#9FDAE8

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

Shades of Charlotte #9FDAE8

Tints of Charlotte #9FDAE8

Color information

#9FDAE8 (or 0x9FDAE8) is unknown color: approx Charlotte. HEX triplet: 9F, DA and E8. RGB value is (159,218,232). Sum of RGB (Red+Green+Blue) = 159+218+232=609 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.11% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 232 (91.02% from 255 or 38.10% from 609); Max value from RGB is 232 - color contains mainly: blue. Hex color #9FDAE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDAE8 is #602517. Grayscale: #C9C9C9. Windows color (decimal): -6300952 or 15260319. OLE color: 15260319.

HSL color Cylindrical-coordinate representation of color #9FDAE8: hue angle of 191.51º 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 #9FDAE8 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB159218232-
CMYK0.310.0600.09
HSL191.51º61.34%76.67%-
HSV(B)191.51º31.47%90.98%-
XYZ53.9363.3485.73-
YUV201.96144.9597.36-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.11%
GREEN value IS 218 (85.55% from 255) = 35.80%
BLUE value IS 232 (91.02% from 255) = 38.10%
R=26.11%
G=35.80%
B=38.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1592182320.310.0600.09191.5161.3476.67
Hex9FDAE81F609c03d4d
Octal23733235037601130075115
Binary1001111111011010111010001111111001001110000001111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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