Html Css Color HEX #AABEF0 Perano

📋 copy color: '#AABEF0'

red 170 ◦ green 190 ◦ blue 240

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

Shades of Perano #AABEF0

Tints of Perano #AABEF0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.67%

 BLUE value IS 240 (94.14% from 255) = 40%

R = 28.33%
G = 31.67%
B = 40%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AABEF0 (or 0xAABEF0) is known color: Perano. HEX triplet: AA, BE and F0. RGB value is (170,190,240). Sum of RGB (Red+Green+Blue) = 170+190+240=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 190 (74.61% from 255 or 31.67% from 600); Blue value is 240 (94.14% from 255 or 40% from 600); Max value from RGB is 240 - color contains mainly: blue. Hex color #AABEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABEF0 is #55410F. Grayscale: #BDBDBD. Windows color (decimal): -5587216 or 15777450. OLE color: 15777450.

HSL color Cylindrical-coordinate representation of color #AABEF0: hue angle of 222.86º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AABEF0 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 190 240 -
CMYK 0.29 0.21 0 0.06
HSL 222.86º 0.7% 0.8% -
HSV(B) 222.86º 0.29% 0.94% -
XYZ 50.72 51.66 89.74 -
YUV 189.72 156.37 113.93 -
System Red Green Blue C M Y K H S L
Decimal 170 190 240 0.29 0.21 0 0.06 222.86 0.7 0.8
Hex AA BE F0 1D 15 0 6 DF 46 50
Octal 252 276 360 35 25 0 6 337 106 120
Binary 10101010 10111110 11110000 11101 10101 0 110 11011111 1000110 1010000

Color Harmonies of #AABEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABEF0

Black with #AABEF0

Text Example


Text Example

White with #AABEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABEF0; }

 p { color: rgb(170,190,240); }

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

background-color css

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

 a { background-color: rgb(170,190,240); }

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

border-color css

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

 span { border-color: rgb(170,190,240); }

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