Html Css Color HEX #AABEF8 Perano

📋 copy color: '#AABEF8'

red 170 ◦ green 190 ◦ blue 248

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

Shades of Perano #AABEF8

Tints of Perano #AABEF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.79%

R = 27.96%
G = 31.25%
B = 40.79%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AABEF8 (or 0xAABEF8) is known color: Perano. HEX triplet: AA, BE and F8. RGB value is (170,190,248). Sum of RGB (Red+Green+Blue) = 170+190+248=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 248 (97.27% from 255 or 40.79% from 608); Max value from RGB is 248 - color contains mainly: blue. Hex color #AABEF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABEF8 is #554107. Grayscale: #BEBEBE. Windows color (decimal): -5587208 or 16301738. OLE color: 16301738.

HSL color Cylindrical-coordinate representation of color #AABEF8: hue angle of 224.62º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AABEF8 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 190 248 -
CMYK 0.31 0.23 0 0.03
HSL 224.62º 0.85% 0.82% -
HSV(B) 224.62º 0.31% 0.97% -
XYZ 51.93 52.15 96.14 -
YUV 190.63 160.37 113.28 -
System Red Green Blue C M Y K H S L
Decimal 170 190 248 0.31 0.23 0 0.03 224.62 0.85 0.82
Hex AA BE F8 1F 17 0 3 E1 55 52
Octal 252 276 370 37 27 0 3 341 125 122
Binary 10101010 10111110 11111000 11111 10111 0 11 11100001 1010101 1010010

Color Harmonies of #AABEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABEF8

Black with #AABEF8

Text Example


Text Example

White with #AABEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABEF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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