#9DDCE9

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

Shades of Charlotte #9DDCE9

Tints of Charlotte #9DDCE9

Color information

#9DDCE9 (or 0x9DDCE9) is unknown color: approx Charlotte. HEX triplet: 9D, DC and E9. RGB value is (157,220,233). Sum of RGB (Red+Green+Blue) = 157+220+233=610 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.74% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 233 (91.41% from 255 or 38.20% from 610); Max value from RGB is 233 - color contains mainly: blue. Hex color #9DDCE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDCE9 is #622316. Grayscale: #CACACA. Windows color (decimal): -6431511 or 15326365. OLE color: 15326365.

HSL color Cylindrical-coordinate representation of color #9DDCE9: hue angle of 190.26º 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 #9DDCE9 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB157220233-
CMYK0.330.0600.09
HSL190.26º63.33%76.47%-
HSV(B)190.26º32.62%91.37%-
XYZ54.2164.2486.63-
YUV202.64145.1395.44-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.74%
GREEN value IS 220 (86.33% from 255) = 36.07%
BLUE value IS 233 (91.41% from 255) = 38.20%
R=25.74%
G=36.07%
B=38.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1572202330.330.0600.09190.2663.3376.47
Hex9DDCE921609be3f4c
Octal23533435141601127677114
Binary10011101110111001110100110000111001001101111101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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