#9CDBDF

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

Shades of Charlotte #9CDBDF

Tints of Charlotte #9CDBDF

Color information

#9CDBDF (or 0x9CDBDF) is unknown color: approx Charlotte. HEX triplet: 9C, DB and DF. RGB value is (156,219,223). Sum of RGB (Red+Green+Blue) = 156+219+223=598 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.09% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #9CDBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDBDF is #632420. Grayscale: #C8C8C8. Windows color (decimal): -6497313 or 14670748. OLE color: 14670748.

HSL color Cylindrical-coordinate representation of color #9CDBDF: hue angle of 183.58º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CDBDF is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB156219223-
CMYK0.300.0200.13
HSL183.58º51.15%74.31%-
HSV(B)183.58º30.04%87.45%-
XYZ52.3663.0679.22-
YUV200.62140.6396.17-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.09%
GREEN value IS 219 (85.94% from 255) = 36.62%
BLUE value IS 223 (87.5% from 255) = 37.29%
R=26.09%
G=36.62%
B=37.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562192230.300.0200.13183.5851.1574.31
Hex9CDBDF1E20Db8334a
Octal23433333736201527063112
Binary100111001101101111011111111101001101101110001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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