Html Css Color HEX #9ABAE9 Perano

📋 copy color: '#9ABAE9'

red 154 ◦ green 186 ◦ blue 233

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

Shades of Perano #9ABAE9

Tints of Perano #9ABAE9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.46%

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

R = 26.88%
G = 32.46%
B = 40.66%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9ABAE9 (or 0x9ABAE9) is known color: Perano. HEX triplet: 9A, BA and E9. RGB value is (154,186,233). Sum of RGB (Red+Green+Blue) = 154+186+233=573 (75% of max value = 765). Red value is 154 (60.55% from 255 or 26.88% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 233 (91.41% from 255 or 40.66% from 573); Max value from RGB is 233 - color contains mainly: blue. Hex color #9ABAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABAE9 is #654516. Grayscale: #B5B5B5. Windows color (decimal): -6636823 or 15317658. OLE color: 15317658.

HSL color Cylindrical-coordinate representation of color #9ABAE9: hue angle of 215.7º 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 #9ABAE9 is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 154 186 233 -
CMYK 0.34 0.20 0 0.09
HSL 215.7º 0.64% 0.76% -
HSV(B) 215.7º 0.34% 0.91% -
XYZ 45.59 47.87 83.93 -
YUV 181.79 156.9 108.18 -
System Red Green Blue C M Y K H S L
Decimal 154 186 233 0.34 0.20 0 0.09 215.7 0.64 0.76
Hex 9A BA E9 22 14 0 9 D8 40 4C
Octal 232 272 351 42 24 0 11 330 100 114
Binary 10011010 10111010 11101001 100010 10100 0 1001 11011000 1000000 1001100

Color Harmonies of #9ABAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABAE9

Black with #9ABAE9

Text Example


Text Example

White with #9ABAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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