Html Css Color HEX #9ABFEA Sail

📋 copy color: '#9ABFEA'

red 154 ◦ green 191 ◦ blue 234

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

Shades of Sail #9ABFEA

Tints of Sail #9ABFEA

RGB

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

 GREEN value IS 191 (75% from 255) = 32.99%

 BLUE value IS 234 (91.8% from 255) = 40.41%

R = 26.6%
G = 32.99%
B = 40.41%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9ABFEA (or 0x9ABFEA) is known color: Sail. HEX triplet: 9A, BF and EA. RGB value is (154,191,234). Sum of RGB (Red+Green+Blue) = 154+191+234=579 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.60% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #9ABFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABFEA is #654015. Grayscale: #B8B8B8. Windows color (decimal): -6635542 or 15384474. OLE color: 15384474.

HSL color Cylindrical-coordinate representation of color #9ABFEA: hue angle of 212.25º degrees, saturation: 0.66, 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 #9ABFEA is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 154 191 234 -
CMYK 0.34 0.18 0 0.08
HSL 212.25º 0.66% 0.76% -
HSV(B) 212.25º 0.34% 0.92% -
XYZ 46.81 50.07 85.04 -
YUV 184.84 155.74 106 -
System Red Green Blue C M Y K H S L
Decimal 154 191 234 0.34 0.18 0 0.08 212.25 0.66 0.76
Hex 9A BF EA 22 12 0 8 D4 42 4C
Octal 232 277 352 42 22 0 10 324 102 114
Binary 10011010 10111111 11101010 100010 10010 0 1000 11010100 1000010 1001100

Color Harmonies of #9ABFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABFEA

Black with #9ABFEA

Text Example


Text Example

White with #9ABFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,191,234); }

 H1.HeaderClassName
 {
   color: #9ABFEA;
 }
 .AnyTagClassName
 {
   color: #9ABFEA;
 }
</style>

background-color css

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

 a { background-color: rgb(154,191,234); }

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

border-color css

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

 span { border-color: rgb(154,191,234); }

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