#9FD9EB

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

Shades of Charlotte #9FD9EB

Tints of Charlotte #9FD9EB

Color information

#9FD9EB (or 0x9FD9EB) is unknown color: approx Charlotte. HEX triplet: 9F, D9 and EB. RGB value is (159,217,235). Sum of RGB (Red+Green+Blue) = 159+217+235=611 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.02% from 611); Green value is 217 (85.16% from 255 or 35.52% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #9FD9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD9EB is #602614. Grayscale: #C9C9C9. Windows color (decimal): -6301205 or 15456671. OLE color: 15456671.

HSL color Cylindrical-coordinate representation of color #9FD9EB: hue angle of 194.21º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FD9EB is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB159217235-
CMYK0.320.0800.08
HSL194.21º65.52%77.25%-
HSV(B)194.21º32.34%92.16%-
XYZ54.1162.9987.9-
YUV201.71146.7897.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.02%
GREEN value IS 217 (85.16% from 255) = 35.52%
BLUE value IS 235 (92.19% from 255) = 38.46%
R=26.02%
G=35.52%
B=38.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1592172350.320.0800.08194.2165.5277.25
Hex9FD9EB20808c2424d
Octal2373313534010010302102115
Binary1001111111011001111010111000001000010001100001010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,217,235); }

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

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

 a { background-color: rgb(159,217,235); }

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

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

 span { border-color: rgb(159,217,235); }

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