Html Css Color HEX #AAB7E6 Perano

📋 copy color: '#AAB7E6'

red 170 ◦ green 183 ◦ blue 230

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

Shades of Perano #AAB7E6

Tints of Perano #AAB7E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.45%

R = 29.16%
G = 31.39%
B = 39.45%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AAB7E6 (or 0xAAB7E6) is known color: Perano. HEX triplet: AA, B7 and E6. RGB value is (170,183,230). Sum of RGB (Red+Green+Blue) = 170+183+230=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 183 (71.88% from 255 or 31.39% from 583); Blue value is 230 (90.23% from 255 or 39.45% from 583); Max value from RGB is 230 - color contains mainly: blue. Hex color #AAB7E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB7E6 is #554819. Grayscale: #B8B8B8. Windows color (decimal): -5589018 or 15120298. OLE color: 15120298.

HSL color Cylindrical-coordinate representation of color #AAB7E6: hue angle of 227º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAB7E6 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 183 230 -
CMYK 0.26 0.20 0 0.10
HSL 227º 0.55% 0.78% -
HSV(B) 227º 0.26% 0.9% -
XYZ 47.79 48.13 81.63 -
YUV 184.47 153.69 117.68 -
System Red Green Blue C M Y K H S L
Decimal 170 183 230 0.26 0.20 0 0.10 227 0.55 0.78
Hex AA B7 E6 1A 14 0 A E3 37 4E
Octal 252 267 346 32 24 0 12 343 67 116
Binary 10101010 10110111 11100110 11010 10100 0 1010 11100011 110111 1001110

Color Harmonies of #AAB7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB7E6

Black with #AAB7E6

Text Example


Text Example

White with #AAB7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB7E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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