Html Css Color HEX #AABBFE Perano

📋 copy color: '#AABBFE'

red 170 ◦ green 187 ◦ blue 254

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

Shades of Perano #AABBFE

Tints of Perano #AABBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.57%

R = 27.82%
G = 30.61%
B = 41.57%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AABBFE (or 0xAABBFE) is known color: Perano. HEX triplet: AA, BB and FE. RGB value is (170,187,254). Sum of RGB (Red+Green+Blue) = 170+187+254=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #AABBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABBFE is #554401. Grayscale: #BDBDBD. Windows color (decimal): -5587970 or 16694186. OLE color: 16694186.

HSL color Cylindrical-coordinate representation of color #AABBFE: hue angle of 227.86º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AABBFE is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 187 254 -
CMYK 0.33 0.26 0 0.00
HSL 227.86º 0.98% 0.83% -
HSV(B) 227.86º 0.33% 1% -
XYZ 52.24 51.24 100.9 -
YUV 189.56 164.37 114.05 -
System Red Green Blue C M Y K H S L
Decimal 170 187 254 0.33 0.26 0 0.00 227.86 0.98 0.83
Hex AA BB FE 21 1A 0 0 E4 62 53
Octal 252 273 376 41 32 0 0 344 142 123
Binary 10101010 10111011 11111110 100001 11010 0 0 11100100 1100010 1010011

Color Harmonies of #AABBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABBFE

Black with #AABBFE

Text Example


Text Example

White with #AABBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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