Html Css Color HEX #AAB5EF Perano

📋 copy color: '#AAB5EF'

red 170 ◦ green 181 ◦ blue 239

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

Shades of Perano #AAB5EF

Tints of Perano #AAB5EF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.68%

 BLUE value IS 239 (93.75% from 255) = 40.51%

R = 28.81%
G = 30.68%
B = 40.51%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AAB5EF (or 0xAAB5EF) is known color: Perano. HEX triplet: AA, B5 and EF. RGB value is (170,181,239). Sum of RGB (Red+Green+Blue) = 170+181+239=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 181 (71.09% from 255 or 30.68% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 239 - color contains mainly: blue. Hex color #AAB5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB5EF is #554A10. Grayscale: #B8B8B8. Windows color (decimal): -5589521 or 15709610. OLE color: 15709610.

HSL color Cylindrical-coordinate representation of color #AAB5EF: hue angle of 230.43º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAB5EF is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 181 239 -
CMYK 0.29 0.24 0 0.06
HSL 230.43º 0.68% 0.8% -
HSV(B) 230.43º 0.29% 0.94% -
XYZ 48.68 47.83 88.33 -
YUV 184.32 158.86 117.78 -
System Red Green Blue C M Y K H S L
Decimal 170 181 239 0.29 0.24 0 0.06 230.43 0.68 0.8
Hex AA B5 EF 1D 18 0 6 E6 44 50
Octal 252 265 357 35 30 0 6 346 104 120
Binary 10101010 10110101 11101111 11101 11000 0 110 11100110 1000100 1010000

Color Harmonies of #AAB5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB5EF

Black with #AAB5EF

Text Example


Text Example

White with #AAB5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB5EF; }

 p { color: rgb(170,181,239); }

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

background-color css

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

 a { background-color: rgb(170,181,239); }

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

border-color css

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

 span { border-color: rgb(170,181,239); }

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