Html Css Color HEX #AABBFA Perano

📋 copy color: '#AABBFA'

red 170 ◦ green 187 ◦ blue 250

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

Shades of Perano #AABBFA

Tints of Perano #AABBFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.19%

R = 28.01%
G = 30.81%
B = 41.19%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AABBFA (or 0xAABBFA) is known color: Perano. HEX triplet: AA, BB and FA. RGB value is (170,187,250). Sum of RGB (Red+Green+Blue) = 170+187+250=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #AABBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABBFA is #554405. Grayscale: #BCBCBC. Windows color (decimal): -5587974 or 16432042. OLE color: 16432042.

HSL color Cylindrical-coordinate representation of color #AABBFA: hue angle of 227.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AABBFA is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 187 250 -
CMYK 0.32 0.25 0 0.02
HSL 227.25º 0.89% 0.82% -
HSV(B) 227.25º 0.32% 0.98% -
XYZ 51.6 50.99 97.56 -
YUV 189.1 162.37 114.38 -
System Red Green Blue C M Y K H S L
Decimal 170 187 250 0.32 0.25 0 0.02 227.25 0.89 0.82
Hex AA BB FA 20 19 0 2 E3 59 52
Octal 252 273 372 40 31 0 2 343 131 122
Binary 10101010 10111011 11111010 100000 11001 0 10 11100011 1011001 1010010

Color Harmonies of #AABBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABBFA

Black with #AABBFA

Text Example


Text Example

White with #AABBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABBFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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