#9EC7EB

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

Shades of Sail #9EC7EB

Tints of Sail #9EC7EB

Color information

#9EC7EB (or 0x9EC7EB) is unknown color: approx Sail. HEX triplet: 9E, C7 and EB. RGB value is (158,199,235). Sum of RGB (Red+Green+Blue) = 158+199+235=592 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.69% from 592); Green value is 199 (78.12% from 255 or 33.61% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 235 - color contains mainly: blue. Hex color #9EC7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EC7EB is #613814. Grayscale: #BEBEBE. Windows color (decimal): -6371349 or 15452062. OLE color: 15452062.

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

Color convert

RGB158199235-
CMYK0.330.1500.08
HSL208.05º65.81%77.06%-
HSV(B)208.05º32.77%92.16%-
XYZ49.5254.1186.43-
YUV190.84152.92104.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.69%
GREEN value IS 199 (78.12% from 255) = 33.61%
BLUE value IS 235 (92.19% from 255) = 39.70%
R=26.69%
G=33.61%
B=39.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1581992350.330.1500.08208.0565.8177.06
Hex9EC7EB21F08d0424d
Octal2363073534117010320102115
Binary1001111011000111111010111000011111010001101000010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,199,235); }

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

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

 a { background-color: rgb(158,199,235); }

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

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

 span { border-color: rgb(158,199,235); }

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