#9FDCED

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

Shades of Charlotte #9FDCED

Tints of Charlotte #9FDCED

Color information

#9FDCED (or 0x9FDCED) is unknown color: approx Charlotte. HEX triplet: 9F, DC and ED. RGB value is (159,220,237). Sum of RGB (Red+Green+Blue) = 159+220+237=616 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.81% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #9FDCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDCED is #602312. Grayscale: #CBCBCB. Windows color (decimal): -6300435 or 15588511. OLE color: 15588511.

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

Color convert

RGB159220237-
CMYK0.330.0700.07
HSL193.08º68.42%77.65%-
HSV(B)193.08º32.91%92.94%-
XYZ55.1864.6789.7-
YUV203.7146.7996.12-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.81%
GREEN value IS 220 (86.33% from 255) = 35.71%
BLUE value IS 237 (92.97% from 255) = 38.47%
R=25.81%
G=35.71%
B=38.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1592202370.330.0700.07193.0868.4277.65
Hex9FDCED21707c1444e
Octal23733435541707301104116
Binary10011111110111001110110110000111101111100000110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,220,237); }

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

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

 a { background-color: rgb(159,220,237); }

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

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

 span { border-color: rgb(159,220,237); }

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