#9DDDE9

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

Shades of Charlotte #9DDDE9

Tints of Charlotte #9DDDE9

Color information

#9DDDE9 (or 0x9DDDE9) is unknown color: approx Charlotte. HEX triplet: 9D, DD and E9. RGB value is (157,221,233). Sum of RGB (Red+Green+Blue) = 157+221+233=611 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.70% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 233 (91.41% from 255 or 38.13% from 611); Max value from RGB is 233 - color contains mainly: blue. Hex color #9DDDE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDDE9 is #622216. Grayscale: #CBCBCB. Windows color (decimal): -6431255 or 15326621. OLE color: 15326621.

HSL color Cylindrical-coordinate representation of color #9DDDE9: hue angle of 189.47º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DDDE9 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB157221233-
CMYK0.330.0500.09
HSL189.47º63.33%76.47%-
HSV(B)189.47º32.62%91.37%-
XYZ54.4764.7686.72-
YUV203.23144.895.02-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.70%
GREEN value IS 221 (86.72% from 255) = 36.17%
BLUE value IS 233 (91.41% from 255) = 38.13%
R=25.70%
G=36.17%
B=38.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1572212330.330.0500.09189.4763.3376.47
Hex9DDDE921509bd3f4c
Octal23533535141501127577114
Binary10011101110111011110100110000110101001101111011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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