#9DDDE7

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

Shades of Charlotte #9DDDE7

Tints of Charlotte #9DDDE7

Color information

#9DDDE7 (or 0x9DDDE7) is unknown color: approx Charlotte. HEX triplet: 9D, DD and E7. RGB value is (157,221,231). Sum of RGB (Red+Green+Blue) = 157+221+231=609 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.78% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 231 - color contains mainly: blue. Hex color #9DDDE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDDE7 is #622218. Grayscale: #CACACA. Windows color (decimal): -6431257 or 15195549. OLE color: 15195549.

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

Color convert

RGB157221231-
CMYK0.320.0400.09
HSL188.11º60.66%76.08%-
HSV(B)188.11º32.03%90.59%-
XYZ54.1864.6585.22-
YUV203143.895.19-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.78%
GREEN value IS 221 (86.72% from 255) = 36.29%
BLUE value IS 231 (90.62% from 255) = 37.93%
R=25.78%
G=36.29%
B=37.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1572212310.320.0400.09188.1160.6676.08
Hex9DDDE720409bc3d4c
Octal23533534740401127475114
Binary10011101110111011110011110000010001001101111001111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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