#9DDCEB

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

Shades of Charlotte #9DDCEB

Tints of Charlotte #9DDCEB

Color information

#9DDCEB (or 0x9DDCEB) is unknown color: approx Charlotte. HEX triplet: 9D, DC and EB. RGB value is (157,220,235). Sum of RGB (Red+Green+Blue) = 157+220+235=612 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.65% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #9DDCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDCEB is #622314. Grayscale: #CACACA. Windows color (decimal): -6431509 or 15457437. OLE color: 15457437.

HSL color Cylindrical-coordinate representation of color #9DDCEB: hue angle of 191.54º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DDCEB is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB157220235-
CMYK0.330.0600.08
HSL191.54º66.1%76.86%-
HSV(B)191.54º33.19%92.16%-
XYZ54.4964.3588.15-
YUV202.87146.1395.28-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.65%
GREEN value IS 220 (86.33% from 255) = 35.95%
BLUE value IS 235 (92.19% from 255) = 38.40%
R=25.65%
G=35.95%
B=38.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1572202350.330.0600.08191.5466.176.86
Hex9DDCEB21608c0424d
Octal235334353416010300102115
Binary100111011101110011101011100001110010001100000010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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