#9DDDE2

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

Shades of Charlotte #9DDDE2

Tints of Charlotte #9DDDE2

Color information

#9DDDE2 (or 0x9DDDE2) is unknown color: approx Charlotte. HEX triplet: 9D, DD and E2. RGB value is (157,221,226). Sum of RGB (Red+Green+Blue) = 157+221+226=604 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.99% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 226 (88.67% from 255 or 37.42% from 604); Max value from RGB is 226 - color contains mainly: blue. Hex color #9DDDE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDDE2 is #62221D. Grayscale: #CACACA. Windows color (decimal): -6431262 or 14867869. OLE color: 14867869.

HSL color Cylindrical-coordinate representation of color #9DDDE2: hue angle of 184.35º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DDDE2 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB157221226-
CMYK0.310.0200.11
HSL184.35º54.33%75.1%-
HSV(B)184.35º30.53%88.63%-
XYZ53.4964.3781.56-
YUV202.43141.395.59-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.99%
GREEN value IS 221 (86.72% from 255) = 36.59%
BLUE value IS 226 (88.67% from 255) = 37.42%
R=25.99%
G=36.59%
B=37.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1572212260.310.0200.11184.3554.3375.1
Hex9DDDE21F20Bb8364b
Octal23533534237201327066113
Binary100111011101110111100010111111001011101110001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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