Html Css Color HEX #AABAEB Perano

📋 copy color: '#AABAEB'

red 170 ◦ green 186 ◦ blue 235

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

Shades of Perano #AABAEB

Tints of Perano #AABAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.76%

R = 28.76%
G = 31.47%
B = 39.76%

CMYK

 C value IS 0.28

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AABAEB (or 0xAABAEB) is known color: Perano. HEX triplet: AA, BA and EB. RGB value is (170,186,235). Sum of RGB (Red+Green+Blue) = 170+186+235=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #AABAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABAEB is #554514. Grayscale: #BABABA. Windows color (decimal): -5588245 or 15448746. OLE color: 15448746.

HSL color Cylindrical-coordinate representation of color #AABAEB: hue angle of 225.23º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AABAEB is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 186 235 -
CMYK 0.28 0.21 0 0.08
HSL 225.23º 0.62% 0.79% -
HSV(B) 225.23º 0.28% 0.92% -
XYZ 49.13 49.66 85.59 -
YUV 186.8 155.2 116.02 -
System Red Green Blue C M Y K H S L
Decimal 170 186 235 0.28 0.21 0 0.08 225.23 0.62 0.79
Hex AA BA EB 1C 15 0 8 E1 3E 4F
Octal 252 272 353 34 25 0 10 341 76 117
Binary 10101010 10111010 11101011 11100 10101 0 1000 11100001 111110 1001111

Color Harmonies of #AABAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABAEB

Black with #AABAEB

Text Example


Text Example

White with #AABAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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