Html Css Color HEX #9DDEDE Charlotte

📋 copy color: '#9DDEDE'

red 157 ◦ green 222 ◦ blue 222

#9DDEDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charlotte #9DDEDE

Tints of Charlotte #9DDEDE

RGB

 RED value IS 157 (61.72% from 255) = 26.12%

 GREEN value IS 222 (87.11% from 255) = 36.94%

 BLUE value IS 222 (87.11% from 255) = 36.94%

R = 26.12%
G = 36.94%
B = 36.94%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9DDEDE (or 0x9DDEDE) is known color: Charlotte. HEX triplet: 9D, DE and DE. RGB value is (157,222,222). Sum of RGB (Red+Green+Blue) = 157+222+222=601 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.12% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #9DDEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDEDE is #622121. Grayscale: #CACACA. Windows color (decimal): -6431010 or 14605981. OLE color: 14605981.

HSL color Cylindrical-coordinate representation of color #9DDEDE: hue angle of 180º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDEDE is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 222 222 -
CMYK 0.29 0 0 0.13
HSL 180º 0.5% 0.74% -
HSV(B) 180º 0.29% 0.87% -
XYZ 53.21 64.68 78.79 -
YUV 202.57 138.97 95.5 -
System Red Green Blue C M Y K H S L
Decimal 157 222 222 0.29 0 0 0.13 180 0.5 0.74
Hex 9D DE DE 1D 0 0 D B4 32 4A
Octal 235 336 336 35 0 0 15 264 62 112
Binary 10011101 11011110 11011110 11101 0 0 1101 10110100 110010 1001010

Color Harmonies of #9DDEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDEDE

Black with #9DDEDE

Text Example


Text Example

White with #9DDEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DDEDE; }

 p { color: rgb(157,222,222); }

 H1.HeaderClassName
 {
   color: #9DDEDE;
 }
 .AnyTagClassName
 {
   color: #9DDEDE;
 }
</style>

background-color css

<style>
 a { background-color: #9DDEDE; }

 a { background-color: rgb(157,222,222); }

 div.DivClassName
 {
   background-color: #9DDEDE;
 }
 .BgClassName
 {
   background-color: #9DDEDE;
 }
</style>

border-color css

<style>
 span { border-color: #9DDEDE; }

 span { border-color: rgb(157,222,222); }

 td.TdClassName
 {
   border-color: #9DDEDE;
 }
 .TagClassName
 {
   border-color: #9DDEDE;
 }
</style>