#9FDEE8

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

Shades of Charlotte #9FDEE8

Tints of Charlotte #9FDEE8

Color information

#9FDEE8 (or 0x9FDEE8) is unknown color: approx Charlotte. HEX triplet: 9F, DE and E8. RGB value is (159,222,232). Sum of RGB (Red+Green+Blue) = 159+222+232=613 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.94% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 232 (91.02% from 255 or 37.85% from 613); Max value from RGB is 232 - color contains mainly: blue. Hex color #9FDEE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDEE8 is #602117. Grayscale: #CCCCCC. Windows color (decimal): -6299928 or 15261343. OLE color: 15261343.

HSL color Cylindrical-coordinate representation of color #9FDEE8: hue angle of 188.22º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FDEE8 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB159222232-
CMYK0.310.0400.09
HSL188.22º61.34%76.67%-
HSV(B)188.22º31.47%90.98%-
XYZ54.9865.4486.08-
YUV204.3143.6395.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.94%
GREEN value IS 222 (87.11% from 255) = 36.22%
BLUE value IS 232 (91.02% from 255) = 37.85%
R=25.94%
G=36.22%
B=37.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1592222320.310.0400.09188.2261.3476.67
Hex9FDEE81F409bc3d4d
Octal23733635037401127475115
Binary1001111111011110111010001111110001001101111001111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,222,232); }

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

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

 a { background-color: rgb(159,222,232); }

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

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

 span { border-color: rgb(159,222,232); }

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