Html Css Color HEX #AABAE8 Perano

📋 copy color: '#AABAE8'

red 170 ◦ green 186 ◦ blue 232

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

Shades of Perano #AABAE8

Tints of Perano #AABAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 39.46%

R = 28.91%
G = 31.63%
B = 39.46%

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

#AABAE8 (or 0xAABAE8) is known color: Perano. HEX triplet: AA, BA and E8. RGB value is (170,186,232). Sum of RGB (Red+Green+Blue) = 170+186+232=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 232 (91.02% from 255 or 39.46% from 588); Max value from RGB is 232 - color contains mainly: blue. Hex color #AABAE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABAE8 is #554517. Grayscale: #BABABA. Windows color (decimal): -5588248 or 15252138. OLE color: 15252138.

HSL color Cylindrical-coordinate representation of color #AABAE8: hue angle of 224.52º degrees, saturation: 0.57, 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 #AABAE8 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 186 232 -
CMYK 0.27 0.20 0 0.09
HSL 224.52º 0.57% 0.79% -
HSV(B) 224.52º 0.27% 0.91% -
XYZ 48.7 49.49 83.33 -
YUV 186.46 153.7 116.26 -
System Red Green Blue C M Y K H S L
Decimal 170 186 232 0.27 0.20 0 0.09 224.52 0.57 0.79
Hex AA BA E8 1B 14 0 9 E1 39 4F
Octal 252 272 350 33 24 0 11 341 71 117
Binary 10101010 10111010 11101000 11011 10100 0 1001 11100001 111001 1001111

Color Harmonies of #AABAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABAE8

Black with #AABAE8

Text Example


Text Example

White with #AABAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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