#9DDFDE

Color #9DDFDE Charlotte (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charlotte #9DDFDE

Tints of Charlotte #9DDFDE

Color information

#9DDFDE (or 0x9DDFDE) is unknown color: approx Charlotte. HEX triplet: 9D, DF and DE. RGB value is (157,223,222). Sum of RGB (Red+Green+Blue) = 157+223+222=602 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.08% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDFDE is #622021. Grayscale: #CBCBCB. Windows color (decimal): -6430754 or 14606237. OLE color: 14606237.

HSL color Cylindrical-coordinate representation of color #9DDFDE: hue angle of 179.09º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DDFDE is Cyan = 0.30, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB157223222-
CMYK0.3000.000.13
HSL179.09º50.77%74.51%-
HSV(B)179.09º29.6%87.45%-
XYZ53.4865.2278.88-
YUV203.15138.6395.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.08%
GREEN value IS 223 (87.5% from 255) = 37.04%
BLUE value IS 222 (87.11% from 255) = 36.88%
R=26.08%
G=37.04%
B=36.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572232220.3000.000.13179.0950.7774.51
Hex9DDFDE1E00Db3334b
Octal23533733636001526363113
Binary10011101110111111101111011110001101101100111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DDFDE;
 }
 .AnyTagClassName
 {
   color: #9DDFDE;
 }
</style>
background-color css

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

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

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

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

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

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