Html Css Color HEX #AABBEB Perano

📋 copy color: '#AABBEB'

red 170 ◦ green 187 ◦ blue 235

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

Shades of Perano #AABBEB

Tints of Perano #AABBEB

RGB

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

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

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

R = 28.72%
G = 31.59%
B = 39.7%

CMYK

 C value IS 0.28

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AABBEB (or 0xAABBEB) is known color: Perano. HEX triplet: AA, BB and EB. RGB value is (170,187,235). Sum of RGB (Red+Green+Blue) = 170+187+235=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 235 - color contains mainly: blue. Hex color #AABBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABBEB is #554414. Grayscale: #BBBBBB. Windows color (decimal): -5587989 or 15449002. OLE color: 15449002.

HSL color Cylindrical-coordinate representation of color #AABBEB: hue angle of 224.31º 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 #AABBEB is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 187 235 -
CMYK 0.28 0.20 0 0.08
HSL 224.31º 0.62% 0.79% -
HSV(B) 224.31º 0.28% 0.92% -
XYZ 49.34 50.08 85.66 -
YUV 187.39 154.87 115.6 -
System Red Green Blue C M Y K H S L
Decimal 170 187 235 0.28 0.20 0 0.08 224.31 0.62 0.79
Hex AA BB EB 1C 14 0 8 E0 3E 4F
Octal 252 273 353 34 24 0 10 340 76 117
Binary 10101010 10111011 11101011 11100 10100 0 1000 11100000 111110 1001111

Color Harmonies of #AABBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABBEB

Black with #AABBEB

Text Example


Text Example

White with #AABBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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