Html Css Color HEX #9ABEE6 Sail

📋 copy color: '#9ABEE6'

red 154 ◦ green 190 ◦ blue 230

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

Shades of Sail #9ABEE6

Tints of Sail #9ABEE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.07%

R = 26.83%
G = 33.1%
B = 40.07%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9ABEE6 (or 0x9ABEE6) is known color: Sail. HEX triplet: 9A, BE and E6. RGB value is (154,190,230). Sum of RGB (Red+Green+Blue) = 154+190+230=574 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.83% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 230 (90.23% from 255 or 40.07% from 574); Max value from RGB is 230 - color contains mainly: blue. Hex color #9ABEE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABEE6 is #654119. Grayscale: #B7B7B7. Windows color (decimal): -6635802 or 15122074. OLE color: 15122074.

HSL color Cylindrical-coordinate representation of color #9ABEE6: hue angle of 211.58º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9ABEE6 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 154 190 230 -
CMYK 0.33 0.17 0 0.10
HSL 211.58º 0.6% 0.75% -
HSV(B) 211.58º 0.33% 0.9% -
XYZ 46.02 49.41 81.97 -
YUV 183.8 154.07 106.75 -
System Red Green Blue C M Y K H S L
Decimal 154 190 230 0.33 0.17 0 0.10 211.58 0.6 0.75
Hex 9A BE E6 21 11 0 A D4 3C 4B
Octal 232 276 346 41 21 0 12 324 74 113
Binary 10011010 10111110 11100110 100001 10001 0 1010 11010100 111100 1001011

Color Harmonies of #9ABEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABEE6

Black with #9ABEE6

Text Example


Text Example

White with #9ABEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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