Html Css Color HEX #AABEE8 Perano

📋 copy color: '#AABEE8'

red 170 ◦ green 190 ◦ blue 232

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

Shades of Perano #AABEE8

Tints of Perano #AABEE8

RGB

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

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

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

R = 28.72%
G = 32.09%
B = 39.19%

CMYK

 C value IS 0.27

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AABEE8 (or 0xAABEE8) is known color: Perano. HEX triplet: AA, BE and E8. RGB value is (170,190,232). Sum of RGB (Red+Green+Blue) = 170+190+232=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 232 (91.02% from 255 or 39.19% from 592); Max value from RGB is 232 - color contains mainly: blue. Hex color #AABEE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABEE8 is #554117. Grayscale: #BCBCBC. Windows color (decimal): -5587224 or 15253162. OLE color: 15253162.

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

Color convert

RGB 170 190 232 -
CMYK 0.27 0.18 0 0.09
HSL 220.65º 0.57% 0.79% -
HSV(B) 220.65º 0.27% 0.91% -
XYZ 49.56 51.2 83.61 -
YUV 188.81 152.37 114.58 -
System Red Green Blue C M Y K H S L
Decimal 170 190 232 0.27 0.18 0 0.09 220.65 0.57 0.79
Hex AA BE E8 1B 12 0 9 DD 39 4F
Octal 252 276 350 33 22 0 11 335 71 117
Binary 10101010 10111110 11101000 11011 10010 0 1001 11011101 111001 1001111

Color Harmonies of #AABEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABEE8

Black with #AABEE8

Text Example


Text Example

White with #AABEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABEE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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