#9FDDE5

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

Shades of Charlotte #9FDDE5

Tints of Charlotte #9FDDE5

Color information

#9FDDE5 (or 0x9FDDE5) is unknown color: approx Charlotte. HEX triplet: 9F, DD and E5. RGB value is (159,221,229). Sum of RGB (Red+Green+Blue) = 159+221+229=609 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.11% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 229 - color contains mainly: blue. Hex color #9FDDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDDE5 is #60221A. Grayscale: #CBCBCB. Windows color (decimal): -6300187 or 15064479. OLE color: 15064479.

HSL color Cylindrical-coordinate representation of color #9FDDE5: hue angle of 186.86º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FDDE5 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB159221229-
CMYK0.310.0300.10
HSL186.86º57.38%76.08%-
HSV(B)186.86º30.57%89.8%-
XYZ54.364.7483.76-
YUV203.37142.4696.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.11%
GREEN value IS 221 (86.72% from 255) = 36.29%
BLUE value IS 229 (89.84% from 255) = 37.60%
R=26.11%
G=36.29%
B=37.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1592212290.310.0300.10186.8657.3876.08
Hex9FDDE51F30Abb394c
Octal23733534537301227371114
Binary100111111101110111100101111111101010101110111110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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