#9DDCE1

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

Shades of Charlotte #9DDCE1

Tints of Charlotte #9DDCE1

Color information

#9DDCE1 (or 0x9DDCE1) is unknown color: approx Charlotte. HEX triplet: 9D, DC and E1. RGB value is (157,220,225). Sum of RGB (Red+Green+Blue) = 157+220+225=602 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.08% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 225 (88.28% from 255 or 37.38% from 602); Max value from RGB is 225 - color contains mainly: blue. Hex color #9DDCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDCE1 is #62231E. Grayscale: #C9C9C9. Windows color (decimal): -6431519 or 14802077. OLE color: 14802077.

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

Color convert

RGB157220225-
CMYK0.300.0200.12
HSL184.41º53.12%74.9%-
HSV(B)184.41º30.22%88.24%-
XYZ53.0963.7980.75-
YUV201.73141.1396.09-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.08%
GREEN value IS 220 (86.33% from 255) = 36.54%
BLUE value IS 225 (88.28% from 255) = 37.38%
R=26.08%
G=36.54%
B=37.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1572202250.300.0200.12184.4153.1274.9
Hex9DDCE11E20Cb8354b
Octal23533434136201427065113
Binary100111011101110011100001111101001100101110001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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