#9DDBDE

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

Shades of Charlotte #9DDBDE

Tints of Charlotte #9DDBDE

Color information

#9DDBDE (or 0x9DDBDE) is unknown color: approx Charlotte. HEX triplet: 9D, DB and DE. RGB value is (157,219,222). Sum of RGB (Red+Green+Blue) = 157+219+222=598 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.25% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 222 - color contains mainly: blue. Hex color #9DDBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDBDE is #622421. Grayscale: #C8C8C8. Windows color (decimal): -6431778 or 14605213. OLE color: 14605213.

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

Color convert

RGB157219222-
CMYK0.290.0100.13
HSL182.77º49.62%74.31%-
HSV(B)182.77º29.28%87.06%-
XYZ52.4263.1178.52-
YUV200.8139.9696.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.25%
GREEN value IS 219 (85.94% from 255) = 36.62%
BLUE value IS 222 (87.11% from 255) = 37.12%
R=26.25%
G=36.62%
B=37.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572192220.290.0100.13182.7749.6274.31
Hex9DDBDE1D10Db7324a
Octal23533333635101526762112
Binary10011101110110111101111011101101101101101111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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