#9DD9DF

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

Shades of Charlotte #9DD9DF

Tints of Charlotte #9DD9DF

Color information

#9DD9DF (or 0x9DD9DF) is unknown color: approx Charlotte. HEX triplet: 9D, D9 and DF. RGB value is (157,217,223). Sum of RGB (Red+Green+Blue) = 157+217+223=597 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.30% from 597); Green value is 217 (85.16% from 255 or 36.35% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DD9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD9DF is #622620. Grayscale: #C7C7C7. Windows color (decimal): -6432289 or 14670237. OLE color: 14670237.

HSL color Cylindrical-coordinate representation of color #9DD9DF: hue angle of 185.45º 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 #9DD9DF is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB157217223-
CMYK0.300.0300.13
HSL185.45º50.77%74.51%-
HSV(B)185.45º29.6%87.45%-
XYZ52.0462.1279.06-
YUV199.74141.1297.51-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.30%
GREEN value IS 217 (85.16% from 255) = 36.35%
BLUE value IS 223 (87.5% from 255) = 37.35%
R=26.30%
G=36.35%
B=37.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572172230.300.0300.13185.4550.7774.51
Hex9DD9DF1E30Db9334b
Octal23533133736301527163113
Binary100111011101100111011111111101101101101110011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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