#9FDAE0

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

Shades of Charlotte #9FDAE0

Tints of Charlotte #9FDAE0

Color information

#9FDAE0 (or 0x9FDAE0) is unknown color: approx Charlotte. HEX triplet: 9F, DA and E0. RGB value is (159,218,224). Sum of RGB (Red+Green+Blue) = 159+218+224=601 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.46% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 224 - color contains mainly: blue. Hex color #9FDAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDAE0 is #60251F. Grayscale: #C8C8C8. Windows color (decimal): -6300960 or 14736031. OLE color: 14736031.

HSL color Cylindrical-coordinate representation of color #9FDAE0: hue angle of 185.54º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FDAE0 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB159218224-
CMYK0.290.0300.12
HSL185.54º51.18%75.1%-
HSV(B)185.54º29.02%87.84%-
XYZ52.8262.979.88-
YUV201.04140.9598.01-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.46%
GREEN value IS 218 (85.55% from 255) = 36.27%
BLUE value IS 224 (87.89% from 255) = 37.27%
R=26.46%
G=36.27%
B=37.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1592182240.290.0300.12185.5451.1875.1
Hex9FDAE01D30Cba334b
Octal23733234035301427263113
Binary100111111101101011100000111011101100101110101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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