#9ABEE7

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

Shades of Sail #9ABEE7

Tints of Sail #9ABEE7

Color information

#9ABEE7 (or 0x9ABEE7) is unknown color: approx Sail. HEX triplet: 9A, BE and E7. RGB value is (154,190,231). Sum of RGB (Red+Green+Blue) = 154+190+231=575 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.78% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 231 (90.62% from 255 or 40.17% from 575); Max value from RGB is 231 - color contains mainly: blue. Hex color #9ABEE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABEE7 is #654118. Grayscale: #B7B7B7. Windows color (decimal): -6635801 or 15187610. OLE color: 15187610.

HSL color Cylindrical-coordinate representation of color #9ABEE7: hue angle of 211.95º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9ABEE7 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB154190231-
CMYK0.330.1800.09
HSL211.95º61.6%75.49%-
HSV(B)211.95º33.33%90.59%-
XYZ46.1649.4782.72-
YUV183.91154.57106.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.78%
GREEN value IS 190 (74.61% from 255) = 33.04%
BLUE value IS 231 (90.62% from 255) = 40.17%
R=26.78%
G=33.04%
B=40.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1541902310.330.1800.09211.9561.675.49
Hex9ABEE7211209d43e4b
Octal232276347412201132476113
Binary1001101010111110111001111000011001001001110101001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,190,231); }

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

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

 a { background-color: rgb(154,190,231); }

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

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

 span { border-color: rgb(154,190,231); }

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