Html Css Color HEX #AABAF9 Perano

📋 copy color: '#AABAF9'

red 170 ◦ green 186 ◦ blue 249

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

Shades of Perano #AABAF9

Tints of Perano #AABAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.16%

R = 28.1%
G = 30.74%
B = 41.16%

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

#AABAF9 (or 0xAABAF9) is known color: Perano. HEX triplet: AA, BA and F9. RGB value is (170,186,249). Sum of RGB (Red+Green+Blue) = 170+186+249=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 249 (97.66% from 255 or 41.16% from 605); Max value from RGB is 249 - color contains mainly: blue. Hex color #AABAF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABAF9 is #554506. Grayscale: #BCBCBC. Windows color (decimal): -5588231 or 16366250. OLE color: 16366250.

HSL color Cylindrical-coordinate representation of color #AABAF9: hue angle of 227.85º degrees, saturation: 0.87, 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 #AABAF9 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 186 249 -
CMYK 0.32 0.25 0 0.02
HSL 227.85º 0.87% 0.82% -
HSV(B) 227.85º 0.32% 0.98% -
XYZ 51.24 50.5 96.67 -
YUV 188.4 162.2 114.88 -
System Red Green Blue C M Y K H S L
Decimal 170 186 249 0.32 0.25 0 0.02 227.85 0.87 0.82
Hex AA BA F9 20 19 0 2 E4 57 52
Octal 252 272 371 40 31 0 2 344 127 122
Binary 10101010 10111010 11111001 100000 11001 0 10 11100100 1010111 1010010

Color Harmonies of #AABAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABAF9

Black with #AABAF9

Text Example


Text Example

White with #AABAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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