#9DDDE0

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

Shades of Charlotte #9DDDE0

Tints of Charlotte #9DDDE0

Color information

#9DDDE0 (or 0x9DDDE0) is unknown color: approx Charlotte. HEX triplet: 9D, DD and E0. RGB value is (157,221,224). Sum of RGB (Red+Green+Blue) = 157+221+224=602 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.08% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 224 (87.89% from 255 or 37.21% from 602); Max value from RGB is 224 - color contains mainly: blue. Hex color #9DDDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDDE0 is #62221F. Grayscale: #CACACA. Windows color (decimal): -6431264 or 14736797. OLE color: 14736797.

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

Color convert

RGB157221224-
CMYK0.300.0100.12
HSL182.69º51.94%74.71%-
HSV(B)182.69º29.91%87.84%-
XYZ53.2264.2680.12-
YUV202.21140.395.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.08%
GREEN value IS 221 (86.72% from 255) = 36.71%
BLUE value IS 224 (87.89% from 255) = 37.21%
R=26.08%
G=36.71%
B=37.21%

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
Decimal1572212240.300.0100.12182.6951.9474.71
Hex9DDDE01E10Cb7344b
Octal23533534036101426764113
Binary10011101110111011110000011110101100101101111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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