#9CDADF

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

Shades of Charlotte #9CDADF

Tints of Charlotte #9CDADF

Color information

#9CDADF (or 0x9CDADF) is unknown color: approx Charlotte. HEX triplet: 9C, DA and DF. RGB value is (156,218,223). Sum of RGB (Red+Green+Blue) = 156+218+223=597 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.13% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #9CDADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDADF is #632520. Grayscale: #C7C7C7. Windows color (decimal): -6497569 or 14670492. OLE color: 14670492.

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

Color convert

RGB156218223-
CMYK0.300.0200.13
HSL184.48º51.15%74.31%-
HSV(B)184.48º30.04%87.45%-
XYZ52.162.5479.14-
YUV200.03140.9696.59-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.13%
GREEN value IS 218 (85.55% from 255) = 36.52%
BLUE value IS 223 (87.5% from 255) = 37.35%
R=26.13%
G=36.52%
B=37.35%

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
Decimal1562182230.300.0200.13184.4851.1574.31
Hex9CDADF1E20Db8334a
Octal23433233736201527063112
Binary100111001101101011011111111101001101101110001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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