Html Css Color HEX #9ABFE9 Sail

📋 copy color: '#9ABFE9'

red 154 ◦ green 191 ◦ blue 233

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

Shades of Sail #9ABFE9

Tints of Sail #9ABFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 40.31%

R = 26.64%
G = 33.04%
B = 40.31%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9ABFE9 (or 0x9ABFE9) is known color: Sail. HEX triplet: 9A, BF and E9. RGB value is (154,191,233). Sum of RGB (Red+Green+Blue) = 154+191+233=578 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.64% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 233 (91.41% from 255 or 40.31% from 578); Max value from RGB is 233 - color contains mainly: blue. Hex color #9ABFE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABFE9 is #654016. Grayscale: #B8B8B8. Windows color (decimal): -6635543 or 15318938. OLE color: 15318938.

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

Color convert

RGB 154 191 233 -
CMYK 0.34 0.18 0 0.09
HSL 211.9º 0.64% 0.76% -
HSV(B) 211.9º 0.34% 0.91% -
XYZ 46.67 50.01 84.29 -
YUV 184.73 155.24 106.08 -
System Red Green Blue C M Y K H S L
Decimal 154 191 233 0.34 0.18 0 0.09 211.9 0.64 0.76
Hex 9A BF E9 22 12 0 9 D4 40 4C
Octal 232 277 351 42 22 0 11 324 100 114
Binary 10011010 10111111 11101001 100010 10010 0 1001 11010100 1000000 1001100

Color Harmonies of #9ABFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABFE9

Black with #9ABFE9

Text Example


Text Example

White with #9ABFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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