Html Css Color HEX #AABAE9 Perano

📋 copy color: '#AABAE9'

red 170 ◦ green 186 ◦ blue 233

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

Shades of Perano #AABAE9

Tints of Perano #AABAE9

RGB

 RED value IS 170 (66.8% from 255) = 28.86%

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

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

R = 28.86%
G = 31.58%
B = 39.56%

CMYK

 C value IS 0.27

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AABAE9 (or 0xAABAE9) is known color: Perano. HEX triplet: AA, BA and E9. RGB value is (170,186,233). Sum of RGB (Red+Green+Blue) = 170+186+233=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 233 (91.41% from 255 or 39.56% from 589); Max value from RGB is 233 - color contains mainly: blue. Hex color #AABAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABAE9 is #554516. Grayscale: #BABABA. Windows color (decimal): -5588247 or 15317674. OLE color: 15317674.

HSL color Cylindrical-coordinate representation of color #AABAE9: hue angle of 224.76º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AABAE9 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 186 233 -
CMYK 0.27 0.20 0 0.09
HSL 224.76º 0.59% 0.79% -
HSV(B) 224.76º 0.27% 0.91% -
XYZ 48.84 49.55 84.08 -
YUV 186.57 154.2 116.18 -
System Red Green Blue C M Y K H S L
Decimal 170 186 233 0.27 0.20 0 0.09 224.76 0.59 0.79
Hex AA BA E9 1B 14 0 9 E1 3B 4F
Octal 252 272 351 33 24 0 11 341 73 117
Binary 10101010 10111010 11101001 11011 10100 0 1001 11100001 111011 1001111

Color Harmonies of #AABAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABAE9

Black with #AABAE9

Text Example


Text Example

White with #AABAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABAE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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