Html Css Color HEX #AAB7EF Perano

📋 copy color: '#AAB7EF'

red 170 ◦ green 183 ◦ blue 239

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

Shades of Perano #AAB7EF

Tints of Perano #AAB7EF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.91%

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

R = 28.72%
G = 30.91%
B = 40.37%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AAB7EF (or 0xAAB7EF) is known color: Perano. HEX triplet: AA, B7 and EF. RGB value is (170,183,239). Sum of RGB (Red+Green+Blue) = 170+183+239=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 183 (71.88% from 255 or 30.91% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #AAB7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB7EF is #554810. Grayscale: #B9B9B9. Windows color (decimal): -5589009 or 15710122. OLE color: 15710122.

HSL color Cylindrical-coordinate representation of color #AAB7EF: hue angle of 228.7º 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 #AAB7EF is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 183 239 -
CMYK 0.29 0.23 0 0.06
HSL 228.7º 0.68% 0.8% -
HSV(B) 228.7º 0.29% 0.94% -
XYZ 49.09 48.65 88.46 -
YUV 185.5 158.19 116.95 -
System Red Green Blue C M Y K H S L
Decimal 170 183 239 0.29 0.23 0 0.06 228.7 0.68 0.8
Hex AA B7 EF 1D 17 0 6 E5 44 50
Octal 252 267 357 35 27 0 6 345 104 120
Binary 10101010 10110111 11101111 11101 10111 0 110 11100101 1000100 1010000

Color Harmonies of #AAB7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB7EF

Black with #AAB7EF

Text Example


Text Example

White with #AAB7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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