#9ECCF9

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

Shades of Sail #9ECCF9

Tints of Sail #9ECCF9

Color information

#9ECCF9 (or 0x9ECCF9) is unknown color: approx Sail. HEX triplet: 9E, CC and F9. RGB value is (158,204,249). Sum of RGB (Red+Green+Blue) = 158+204+249=611 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.86% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 249 (97.66% from 255 or 40.75% from 611); Max value from RGB is 249 - color contains mainly: blue. Hex color #9ECCF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECCF9 is #613306. Grayscale: #C3C3C3. Windows color (decimal): -6370055 or 16370846. OLE color: 16370846.

HSL color Cylindrical-coordinate representation of color #9ECCF9: hue angle of 209.67º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9ECCF9 is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB158204249-
CMYK0.370.1800.02
HSL209.67º88.35%79.8%-
HSV(B)209.67º36.55%97.65%-
XYZ52.7957.2997.9-
YUV195.38158.26101.34-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.86%
GREEN value IS 204 (80.08% from 255) = 33.39%
BLUE value IS 249 (97.66% from 255) = 40.75%
R=25.86%
G=33.39%
B=40.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1582042490.370.1800.02209.6788.3579.8
Hex9ECCF9251202d25850
Octal236314371452202322130120
Binary100111101100110011111001100101100100101101001010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,204,249); }

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

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

 a { background-color: rgb(158,204,249); }

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

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

 span { border-color: rgb(158,204,249); }

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