#9FDAEC

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

Shades of Charlotte #9FDAEC

Tints of Charlotte #9FDAEC

Color information

#9FDAEC (or 0x9FDAEC) is unknown color: approx Charlotte. HEX triplet: 9F, DA and EC. RGB value is (159,218,236). Sum of RGB (Red+Green+Blue) = 159+218+236=613 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.94% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #9FDAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDAEC is #602513. Grayscale: #CACACA. Windows color (decimal): -6300948 or 15522463. OLE color: 15522463.

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

Color convert

RGB159218236-
CMYK0.330.0800.07
HSL194.03º66.96%77.45%-
HSV(B)194.03º32.63%92.55%-
XYZ54.5163.5788.75-
YUV202.41146.9597.04-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.94%
GREEN value IS 218 (85.55% from 255) = 35.56%
BLUE value IS 236 (92.58% from 255) = 38.50%
R=25.94%
G=35.56%
B=38.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1592182360.330.0800.07194.0366.9677.45
Hex9FDAEC21807c2434d
Octal237332354411007302103115
Binary100111111101101011101100100001100001111100001010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,218,236); }

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

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

 a { background-color: rgb(159,218,236); }

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

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

 span { border-color: rgb(159,218,236); }

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