#9FD7DD

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

Shades of Charlotte #9FD7DD

Tints of Charlotte #9FD7DD

Color information

#9FD7DD (or 0x9FD7DD) is unknown color: approx Charlotte. HEX triplet: 9F, D7 and DD. RGB value is (159,215,221). Sum of RGB (Red+Green+Blue) = 159+215+221=595 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.72% from 595); Green value is 215 (84.38% from 255 or 36.13% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #9FD7DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD7DD is #602822. Grayscale: #C6C6C6. Windows color (decimal): -6301731 or 14538655. OLE color: 14538655.

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

Color convert

RGB159215221-
CMYK0.280.0300.13
HSL185.81º47.69%74.51%-
HSV(B)185.81º28.05%86.67%-
XYZ51.6561.1977.5-
YUV198.94140.4599.51-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.72%
GREEN value IS 215 (84.38% from 255) = 36.13%
BLUE value IS 221 (86.72% from 255) = 37.14%
R=26.72%
G=36.13%
B=37.14%

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
Decimal1592152210.280.0300.13185.8147.6974.51
Hex9FD7DD1C30Dba304b
Octal23732733534301527260113
Binary100111111101011111011101111001101101101110101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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