#9FDEDF

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

Shades of Charlotte #9FDEDF

Tints of Charlotte #9FDEDF

Color information

#9FDEDF (or 0x9FDEDF) is unknown color: approx Charlotte. HEX triplet: 9F, DE and DF. RGB value is (159,222,223). Sum of RGB (Red+Green+Blue) = 159+222+223=604 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.32% from 604); Green value is 222 (87.11% from 255 or 36.75% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #9FDEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDEDF is #602120. Grayscale: #CBCBCB. Windows color (decimal): -6299937 or 14671519. OLE color: 14671519.

HSL color Cylindrical-coordinate representation of color #9FDEDF: hue angle of 180.94º 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 #9FDEDF is Cyan = 0.29, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB159222223-
CMYK0.290.0000.13
HSL180.94º50%74.9%-
HSV(B)180.94º28.7%87.45%-
XYZ53.7464.9479.51-
YUV203.28139.1396.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.32%
GREEN value IS 222 (87.11% from 255) = 36.75%
BLUE value IS 223 (87.5% from 255) = 36.92%
R=26.32%
G=36.75%
B=36.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592222230.290.0000.13180.945074.9
Hex9FDEDF1D00Db5324b
Octal23733633735001526562113
Binary10011111110111101101111111101001101101101011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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