Html Css Color HEX #AABBEA Perano

📋 copy color: '#AABBEA'

red 170 ◦ green 187 ◦ blue 234

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

Shades of Perano #AABBEA

Tints of Perano #AABBEA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.64%

 BLUE value IS 234 (91.8% from 255) = 39.59%

R = 28.76%
G = 31.64%
B = 39.59%

CMYK

 C value IS 0.27

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AABBEA (or 0xAABBEA) is known color: Perano. HEX triplet: AA, BB and EA. RGB value is (170,187,234). Sum of RGB (Red+Green+Blue) = 170+187+234=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #AABBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABBEA is #554415. Grayscale: #BBBBBB. Windows color (decimal): -5587990 or 15383466. OLE color: 15383466.

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

Color convert

RGB 170 187 234 -
CMYK 0.27 0.20 0 0.08
HSL 224.06º 0.6% 0.79% -
HSV(B) 224.06º 0.27% 0.92% -
XYZ 49.2 50.03 84.91 -
YUV 187.28 154.37 115.68 -
System Red Green Blue C M Y K H S L
Decimal 170 187 234 0.27 0.20 0 0.08 224.06 0.6 0.79
Hex AA BB EA 1B 14 0 8 E0 3C 4F
Octal 252 273 352 33 24 0 10 340 74 117
Binary 10101010 10111011 11101010 11011 10100 0 1000 11100000 111100 1001111

Color Harmonies of #AABBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABBEA

Black with #AABBEA

Text Example


Text Example

White with #AABBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABBEA; }

 p { color: rgb(170,187,234); }

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

background-color css

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

 a { background-color: rgb(170,187,234); }

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

border-color css

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

 span { border-color: rgb(170,187,234); }

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