#9DDEE1

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

Shades of Charlotte #9DDEE1

Tints of Charlotte #9DDEE1

Color information

#9DDEE1 (or 0x9DDEE1) is unknown color: approx Charlotte. HEX triplet: 9D, DE and E1. RGB value is (157,222,225). Sum of RGB (Red+Green+Blue) = 157+222+225=604 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.99% from 604); Green value is 222 (87.11% from 255 or 36.75% from 604); Blue value is 225 (88.28% from 255 or 37.25% from 604); Max value from RGB is 225 - color contains mainly: blue. Hex color #9DDEE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDEE1 is #62211E. Grayscale: #CACACA. Windows color (decimal): -6431007 or 14802589. OLE color: 14802589.

HSL color Cylindrical-coordinate representation of color #9DDEE1: hue angle of 182.65º degrees, saturation: 0.53, 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 #9DDEE1 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB157222225-
CMYK0.300.0100.12
HSL182.65º53.12%74.9%-
HSV(B)182.65º30.22%88.24%-
XYZ53.6264.8580.92-
YUV202.91140.4795.26-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.99%
GREEN value IS 222 (87.11% from 255) = 36.75%
BLUE value IS 225 (88.28% from 255) = 37.25%
R=25.99%
G=36.75%
B=37.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1572222250.300.0100.12182.6553.1274.9
Hex9DDEE11E10Cb7354b
Octal23533634136101426765113
Binary10011101110111101110000111110101100101101111101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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