#9CDBEC

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

Shades of Charlotte #9CDBEC

Tints of Charlotte #9CDBEC

Color information

#9CDBEC (or 0x9CDBEC) is unknown color: approx Charlotte. HEX triplet: 9C, DB and EC. RGB value is (156,219,236). Sum of RGB (Red+Green+Blue) = 156+219+236=611 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.53% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #9CDBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDBEC is #632413. Grayscale: #C9C9C9. Windows color (decimal): -6497300 or 15522716. OLE color: 15522716.

HSL color Cylindrical-coordinate representation of color #9CDBEC: hue angle of 192.75º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CDBEC is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB156219236-
CMYK0.340.0700.07
HSL192.75º67.8%76.86%-
HSV(B)192.75º33.9%92.55%-
XYZ54.1863.7988.81-
YUV202.1147.1395.12-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.53%
GREEN value IS 219 (85.94% from 255) = 35.84%
BLUE value IS 236 (92.58% from 255) = 38.63%
R=25.53%
G=35.84%
B=38.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1562192360.340.0700.07192.7567.876.86
Hex9CDBEC22707c1444d
Octal23433335442707301104115
Binary10011100110110111110110010001011101111100000110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,219,236); }

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

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

 a { background-color: rgb(156,219,236); }

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

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

 span { border-color: rgb(156,219,236); }

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