#9CDCEB

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

Shades of Charlotte #9CDCEB

Tints of Charlotte #9CDCEB

Color information

#9CDCEB (or 0x9CDCEB) is unknown color: approx Charlotte. HEX triplet: 9C, DC and EB. RGB value is (156,220,235). Sum of RGB (Red+Green+Blue) = 156+220+235=611 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.53% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #9CDCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDCEB is #632314. Grayscale: #CACACA. Windows color (decimal): -6497045 or 15457436. OLE color: 15457436.

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

Color convert

RGB156220235-
CMYK0.340.0600.08
HSL191.39º66.39%76.67%-
HSV(B)191.39º33.62%92.16%-
XYZ54.364.2588.14-
YUV202.57146.394.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.53%
GREEN value IS 220 (86.33% from 255) = 36.01%
BLUE value IS 235 (92.19% from 255) = 38.46%
R=25.53%
G=36.01%
B=38.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1562202350.340.0600.08191.3966.3976.67
Hex9CDCEB22608bf424d
Octal234334353426010277102115
Binary100111001101110011101011100010110010001011111110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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