#9FDDE0

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

Shades of Charlotte #9FDDE0

Tints of Charlotte #9FDDE0

Color information

#9FDDE0 (or 0x9FDDE0) is unknown color: approx Charlotte. HEX triplet: 9F, DD and E0. RGB value is (159,221,224). Sum of RGB (Red+Green+Blue) = 159+221+224=604 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.32% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 224 - color contains mainly: blue. Hex color #9FDDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDDE0 is #60221F. Grayscale: #CACACA. Windows color (decimal): -6300192 or 14736799. OLE color: 14736799.

HSL color Cylindrical-coordinate representation of color #9FDDE0: hue angle of 182.77º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FDDE0 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB159221224-
CMYK0.290.0100.12
HSL182.77º51.18%75.1%-
HSV(B)182.77º29.02%87.84%-
XYZ53.6164.4780.14-
YUV202.8139.9696.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.32%
GREEN value IS 221 (86.72% from 255) = 36.59%
BLUE value IS 224 (87.89% from 255) = 37.09%
R=26.32%
G=36.59%
B=37.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1592212240.290.0100.12182.7751.1875.1
Hex9FDDE01D10Cb7334b
Octal23733534035101426763113
Binary10011111110111011110000011101101100101101111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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