#9FDAEE

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

Shades of Charlotte #9FDAEE

Tints of Charlotte #9FDAEE

Color information

#9FDAEE (or 0x9FDAEE) is unknown color: approx Charlotte. HEX triplet: 9F, DA and EE. RGB value is (159,218,238). Sum of RGB (Red+Green+Blue) = 159+218+238=615 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.85% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #9FDAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDAEE is #602511. Grayscale: #CACACA. Windows color (decimal): -6300946 or 15653535. OLE color: 15653535.

HSL color Cylindrical-coordinate representation of color #9FDAEE: hue angle of 195.19º degrees, saturation: 0.7, 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 #9FDAEE is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB159218238-
CMYK0.330.0800.07
HSL195.19º69.91%77.84%-
HSV(B)195.19º33.19%93.33%-
XYZ54.863.6990.29-
YUV202.64147.9596.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.85%
GREEN value IS 218 (85.55% from 255) = 35.45%
BLUE value IS 238 (93.36% from 255) = 38.70%
R=25.85%
G=35.45%
B=38.70%

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
Decimal1592182380.330.0800.07195.1969.9177.84
Hex9FDAEE21807c3464e
Octal237332356411007303106116
Binary100111111101101011101110100001100001111100001110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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