Html Css Color HEX #AABEFE Perano

📋 copy color: '#AABEFE'

red 170 ◦ green 190 ◦ blue 254

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

Shades of Perano #AABEFE

Tints of Perano #AABEFE

RGB

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

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

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

R = 27.69%
G = 30.94%
B = 41.37%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AABEFE (or 0xAABEFE) is known color: Perano. HEX triplet: AA, BE and FE. RGB value is (170,190,254). Sum of RGB (Red+Green+Blue) = 170+190+254=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #AABEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABEFE is #554101. Grayscale: #BFBFBF. Windows color (decimal): -5587202 or 16694954. OLE color: 16694954.

HSL color Cylindrical-coordinate representation of color #AABEFE: hue angle of 225.71º 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 #AABEFE is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 190 254 -
CMYK 0.33 0.25 0 0.00
HSL 225.71º 0.98% 0.83% -
HSV(B) 225.71º 0.33% 1% -
XYZ 52.88 52.53 101.12 -
YUV 191.32 163.37 112.8 -
System Red Green Blue C M Y K H S L
Decimal 170 190 254 0.33 0.25 0 0.00 225.71 0.98 0.83
Hex AA BE FE 21 19 0 0 E2 62 53
Octal 252 276 376 41 31 0 0 342 142 123
Binary 10101010 10111110 11111110 100001 11001 0 0 11100010 1100010 1010011

Color Harmonies of #AABEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABEFE

Black with #AABEFE

Text Example


Text Example

White with #AABEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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