#9FDCDF

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

Shades of Charlotte #9FDCDF

Tints of Charlotte #9FDCDF

Color information

#9FDCDF (or 0x9FDCDF) is unknown color: approx Charlotte. HEX triplet: 9F, DC and DF. RGB value is (159,220,223). Sum of RGB (Red+Green+Blue) = 159+220+223=602 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.41% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #9FDCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDCDF is #602320. Grayscale: #CACACA. Windows color (decimal): -6300449 or 14671007. OLE color: 14671007.

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

Color convert

RGB159220223-
CMYK0.290.0100.13
HSL182.81º50%74.9%-
HSV(B)182.81º28.7%87.45%-
XYZ53.2163.8979.34-
YUV202.1139.7997.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.41%
GREEN value IS 220 (86.33% from 255) = 36.54%
BLUE value IS 223 (87.5% from 255) = 37.04%
R=26.41%
G=36.54%
B=37.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592202230.290.0100.13182.815074.9
Hex9FDCDF1D10Db7324b
Octal23733433735101526762113
Binary10011111110111001101111111101101101101101111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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