#9ABEEB

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

Shades of Sail #9ABEEB

Tints of Sail #9ABEEB

Color information

#9ABEEB (or 0x9ABEEB) is unknown color: approx Sail. HEX triplet: 9A, BE and EB. RGB value is (154,190,235). Sum of RGB (Red+Green+Blue) = 154+190+235=579 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.60% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #9ABEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABEEB is #654114. Grayscale: #B8B8B8. Windows color (decimal): -6635797 or 15449754. OLE color: 15449754.

HSL color Cylindrical-coordinate representation of color #9ABEEB: hue angle of 213.33º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9ABEEB is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB154190235-
CMYK0.340.1900.08
HSL213.33º66.94%76.27%-
HSV(B)213.33º34.47%92.16%-
XYZ46.7449.785.73-
YUV184.37156.57106.34-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.60%
GREEN value IS 190 (74.61% from 255) = 32.82%
BLUE value IS 235 (92.19% from 255) = 40.59%
R=26.60%
G=32.82%
B=40.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1541902350.340.1900.08213.3366.9476.27
Hex9ABEEB221308d5434c
Octal2322763534223010325103114
Binary10011010101111101110101110001010011010001101010110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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