Html Css Color HEX #9DE0DE Charlotte

📋 copy color: '#9DE0DE'

red 157 ◦ green 224 ◦ blue 222

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

Shades of Charlotte #9DE0DE

Tints of Charlotte #9DE0DE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.15%

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

R = 26.04%
G = 37.15%
B = 36.82%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#9DE0DE (or 0x9DE0DE) is known color: Charlotte. HEX triplet: 9D, E0 and DE. RGB value is (157,224,222). Sum of RGB (Red+Green+Blue) = 157+224+222=603 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.04% from 603); Green value is 224 (87.89% from 255 or 37.15% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 224 - color contains mainly: green. Hex color #9DE0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE0DE is #621F21. Grayscale: #CBCBCB. Windows color (decimal): -6430498 or 14606493. OLE color: 14606493.

HSL color Cylindrical-coordinate representation of color #9DE0DE: hue angle of 178.21º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DE0DE is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 157 224 222 -
CMYK 0.30 0 0.01 0.12
HSL 178.21º 0.52% 0.75% -
HSV(B) 178.21º 0.3% 0.88% -
XYZ 53.75 65.75 78.97 -
YUV 203.74 138.3 94.66 -
System Red Green Blue C M Y K H S L
Decimal 157 224 222 0.30 0 0.01 0.12 178.21 0.52 0.75
Hex 9D E0 DE 1E 0 1 C B2 34 4B
Octal 235 340 336 36 0 1 14 262 64 113
Binary 10011101 11100000 11011110 11110 0 1 1100 10110010 110100 1001011

Color Harmonies of #9DE0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE0DE

Black with #9DE0DE

Text Example


Text Example

White with #9DE0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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