#9FD9DF

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

Shades of Charlotte #9FD9DF

Tints of Charlotte #9FD9DF

Color information

#9FD9DF (or 0x9FD9DF) is unknown color: approx Charlotte. HEX triplet: 9F, D9 and DF. RGB value is (159,217,223). Sum of RGB (Red+Green+Blue) = 159+217+223=599 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.54% from 599); Green value is 217 (85.16% from 255 or 36.23% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 223 - color contains mainly: blue. Hex color #9FD9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD9DF is #602620. Grayscale: #C8C8C8. Windows color (decimal): -6301217 or 14670239. OLE color: 14670239.

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

Color convert

RGB159217223-
CMYK0.290.0300.13
HSL185.62º50%74.9%-
HSV(B)185.62º28.7%87.45%-
XYZ52.4362.3279.08-
YUV200.34140.7898.51-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.54%
GREEN value IS 217 (85.16% from 255) = 36.23%
BLUE value IS 223 (87.5% from 255) = 37.23%
R=26.54%
G=36.23%
B=37.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592172230.290.0300.13185.625074.9
Hex9FD9DF1D30Dba324b
Octal23733133735301527262113
Binary100111111101100111011111111011101101101110101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,217,223); }

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

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

 a { background-color: rgb(159,217,223); }

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

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

 span { border-color: rgb(159,217,223); }

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