Html Css Color HEX #9ABFEF Sail

📋 copy color: '#9ABFEF'

red 154 ◦ green 191 ◦ blue 239

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

Shades of Sail #9ABFEF

Tints of Sail #9ABFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.92%

R = 26.37%
G = 32.71%
B = 40.92%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9ABFEF (or 0x9ABFEF) is known color: Sail. HEX triplet: 9A, BF and EF. RGB value is (154,191,239). Sum of RGB (Red+Green+Blue) = 154+191+239=584 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.37% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 239 - color contains mainly: blue. Hex color #9ABFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABFEF is #654010. Grayscale: #B9B9B9. Windows color (decimal): -6635537 or 15712154. OLE color: 15712154.

HSL color Cylindrical-coordinate representation of color #9ABFEF: hue angle of 213.88º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ABFEF is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 154 191 239 -
CMYK 0.36 0.20 0 0.06
HSL 213.88º 0.73% 0.77% -
HSV(B) 213.88º 0.36% 0.94% -
XYZ 47.54 50.36 88.88 -
YUV 185.41 158.24 105.6 -
System Red Green Blue C M Y K H S L
Decimal 154 191 239 0.36 0.20 0 0.06 213.88 0.73 0.77
Hex 9A BF EF 24 14 0 6 D6 49 4D
Octal 232 277 357 44 24 0 6 326 111 115
Binary 10011010 10111111 11101111 100100 10100 0 110 11010110 1001001 1001101

Color Harmonies of #9ABFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABFEF

Black with #9ABFEF

Text Example


Text Example

White with #9ABFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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