#9FDDDF

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

Shades of Charlotte #9FDDDF

Tints of Charlotte #9FDDDF

Color information

#9FDDDF (or 0x9FDDDF) is unknown color: approx Charlotte. HEX triplet: 9F, DD and DF. RGB value is (159,221,223). Sum of RGB (Red+Green+Blue) = 159+221+223=603 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.37% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #9FDDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDDDF is #602220. Grayscale: #CACACA. Windows color (decimal): -6300193 or 14671263. OLE color: 14671263.

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

Color convert

RGB159221223-
CMYK0.290.0100.13
HSL181.88º50%74.9%-
HSV(B)181.88º28.7%87.45%-
XYZ53.4764.4179.43-
YUV202.69139.4696.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.37%
GREEN value IS 221 (86.72% from 255) = 36.65%
BLUE value IS 223 (87.5% from 255) = 36.98%
R=26.37%
G=36.65%
B=36.98%

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
Decimal1592212230.290.0100.13181.885074.9
Hex9FDDDF1D10Db6324b
Octal23733533735101526662113
Binary10011111110111011101111111101101101101101101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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