Html Css Color HEX #AABFEA Perano

📋 copy color: '#AABFEA'

red 170 ◦ green 191 ◦ blue 234

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

Shades of Perano #AABFEA

Tints of Perano #AABFEA

RGB

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

 GREEN value IS 191 (75% from 255) = 32.1%

 BLUE value IS 234 (91.8% from 255) = 39.33%

R = 28.57%
G = 32.1%
B = 39.33%

CMYK

 C value IS 0.27

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AABFEA (or 0xAABFEA) is known color: Perano. HEX triplet: AA, BF and EA. RGB value is (170,191,234). Sum of RGB (Red+Green+Blue) = 170+191+234=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #AABFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABFEA is #554015. Grayscale: #BDBDBD. Windows color (decimal): -5586966 or 15384490. OLE color: 15384490.

HSL color Cylindrical-coordinate representation of color #AABFEA: hue angle of 220.31º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AABFEA is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 191 234 -
CMYK 0.27 0.18 0 0.08
HSL 220.31º 0.6% 0.79% -
HSV(B) 220.31º 0.27% 0.92% -
XYZ 50.06 51.75 85.19 -
YUV 189.62 153.04 114 -
System Red Green Blue C M Y K H S L
Decimal 170 191 234 0.27 0.18 0 0.08 220.31 0.6 0.79
Hex AA BF EA 1B 12 0 8 DC 3C 4F
Octal 252 277 352 33 22 0 10 334 74 117
Binary 10101010 10111111 11101010 11011 10010 0 1000 11011100 111100 1001111

Color Harmonies of #AABFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABFEA

Black with #AABFEA

Text Example


Text Example

White with #AABFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABFEA; }

 p { color: rgb(170,191,234); }

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

background-color css

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

 a { background-color: rgb(170,191,234); }

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

border-color css

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

 span { border-color: rgb(170,191,234); }

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