#9FC5EC

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

Shades of Sail #9FC5EC

Tints of Sail #9FC5EC

Color information

#9FC5EC (or 0x9FC5EC) is unknown color: approx Sail. HEX triplet: 9F, C5 and EC. RGB value is (159,197,236). Sum of RGB (Red+Green+Blue) = 159+197+236=592 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.86% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #9FC5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FC5EC is #603A13. Grayscale: #BDBDBD. Windows color (decimal): -6306324 or 15517087. OLE color: 15517087.

HSL color Cylindrical-coordinate representation of color #9FC5EC: hue angle of 210.39º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FC5EC is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB159197236-
CMYK0.330.1700.07
HSL210.39º66.96%77.45%-
HSV(B)210.39º32.63%92.55%-
XYZ49.453.3687.05-
YUV190.08153.91105.83-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.86%
GREEN value IS 197 (77.34% from 255) = 33.28%
BLUE value IS 236 (92.58% from 255) = 39.86%
R=26.86%
G=33.28%
B=39.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1591972360.330.1700.07210.3966.9677.45
Hex9FC5EC211107d2434d
Octal237305354412107322103115
Binary1001111111000101111011001000011000101111101001010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,197,236); }

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

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

 a { background-color: rgb(159,197,236); }

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

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

 span { border-color: rgb(159,197,236); }

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