Html Css Color HEX #AABBE8 Perano

📋 copy color: '#AABBE8'

red 170 ◦ green 187 ◦ blue 232

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

Shades of Perano #AABBE8

Tints of Perano #AABBE8

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.75%

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

R = 28.86%
G = 31.75%
B = 39.39%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AABBE8 (or 0xAABBE8) is known color: Perano. HEX triplet: AA, BB and E8. RGB value is (170,187,232). Sum of RGB (Red+Green+Blue) = 170+187+232=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 232 (91.02% from 255 or 39.39% from 589); Max value from RGB is 232 - color contains mainly: blue. Hex color #AABBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABBE8 is #554417. Grayscale: #BABABA. Windows color (decimal): -5587992 or 15252394. OLE color: 15252394.

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

Color convert

RGB 170 187 232 -
CMYK 0.27 0.19 0 0.09
HSL 223.55º 0.57% 0.79% -
HSV(B) 223.55º 0.27% 0.91% -
XYZ 48.91 49.91 83.4 -
YUV 187.05 153.37 115.84 -
System Red Green Blue C M Y K H S L
Decimal 170 187 232 0.27 0.19 0 0.09 223.55 0.57 0.79
Hex AA BB E8 1B 13 0 9 E0 39 4F
Octal 252 273 350 33 23 0 11 340 71 117
Binary 10101010 10111011 11101000 11011 10011 0 1001 11100000 111001 1001111

Color Harmonies of #AABBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABBE8

Black with #AABBE8

Text Example


Text Example

White with #AABBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABBE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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