#9FD6DD

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

Shades of Charlotte #9FD6DD

Tints of Charlotte #9FD6DD

Color information

#9FD6DD (or 0x9FD6DD) is unknown color: approx Charlotte. HEX triplet: 9F, D6 and DD. RGB value is (159,214,221). Sum of RGB (Red+Green+Blue) = 159+214+221=594 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.77% from 594); Green value is 214 (83.98% from 255 or 36.03% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: blue. Hex color #9FD6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD6DD is #602922. Grayscale: #C6C6C6. Windows color (decimal): -6301987 or 14538399. OLE color: 14538399.

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

Color convert

RGB159214221-
CMYK0.280.0300.13
HSL186.77º47.69%74.51%-
HSV(B)186.77º28.05%86.67%-
XYZ51.460.6877.41-
YUV198.35140.7899.93-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.77%
GREEN value IS 214 (83.98% from 255) = 36.03%
BLUE value IS 221 (86.72% from 255) = 37.21%
R=26.77%
G=36.03%
B=37.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592142210.280.0300.13186.7747.6974.51
Hex9FD6DD1C30Dbb304b
Octal23732633534301527360113
Binary100111111101011011011101111001101101101110111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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