Html Css Color HEX #AABAEE Perano

📋 copy color: '#AABAEE'

red 170 ◦ green 186 ◦ blue 238

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

Shades of Perano #AABAEE

Tints of Perano #AABAEE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.31%

 BLUE value IS 238 (93.36% from 255) = 40.07%

R = 28.62%
G = 31.31%
B = 40.07%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AABAEE (or 0xAABAEE) is known color: Perano. HEX triplet: AA, BA and EE. RGB value is (170,186,238). Sum of RGB (Red+Green+Blue) = 170+186+238=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 238 - color contains mainly: blue. Hex color #AABAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABAEE is #554511. Grayscale: #BABABA. Windows color (decimal): -5588242 or 15645354. OLE color: 15645354.

HSL color Cylindrical-coordinate representation of color #AABAEE: hue angle of 225.88º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AABAEE is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 186 238 -
CMYK 0.29 0.22 0 0.07
HSL 225.88º 0.67% 0.8% -
HSV(B) 225.88º 0.29% 0.93% -
XYZ 49.57 49.84 87.9 -
YUV 187.14 156.7 115.77 -
System Red Green Blue C M Y K H S L
Decimal 170 186 238 0.29 0.22 0 0.07 225.88 0.67 0.8
Hex AA BA EE 1D 16 0 7 E2 43 50
Octal 252 272 356 35 26 0 7 342 103 120
Binary 10101010 10111010 11101110 11101 10110 0 111 11100010 1000011 1010000

Color Harmonies of #AABAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABAEE

Black with #AABAEE

Text Example


Text Example

White with #AABAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABAEE; }

 p { color: rgb(170,186,238); }

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

background-color css

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

 a { background-color: rgb(170,186,238); }

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

border-color css

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

 span { border-color: rgb(170,186,238); }

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