Html Css Color HEX #9ABEEB Sail

📋 copy color: '#9ABEEB'

red 154 ◦ green 190 ◦ blue 235

#9ABEEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sail #9ABEEB

Tints of Sail #9ABEEB

RGB

 RED value IS 154 (60.55% from 255) = 26.6%

 GREEN value IS 190 (74.61% from 255) = 32.82%

 BLUE value IS 235 (92.19% from 255) = 40.59%

R = 26.6%
G = 32.82%
B = 40.59%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9ABEEB (or 0x9ABEEB) is known color: 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

RGB 154 190 235 -
CMYK 0.34 0.19 0 0.08
HSL 213.33º 0.67% 0.76% -
HSV(B) 213.33º 0.34% 0.92% -
XYZ 46.74 49.7 85.73 -
YUV 184.37 156.57 106.34 -
System Red Green Blue C M Y K H S L
Decimal 154 190 235 0.34 0.19 0 0.08 213.33 0.67 0.76
Hex 9A BE EB 22 13 0 8 D5 43 4C
Octal 232 276 353 42 23 0 10 325 103 114
Binary 10011010 10111110 11101011 100010 10011 0 1000 11010101 1000011 1001100

Color Harmonies of #9ABEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABEEB

Black with #9ABEEB

Text Example


Text Example

White with #9ABEEB

Text Example


Text Example

HTML Codes & Css Web 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>