Html Css Color HEX #AABFF7 Perano

📋 copy color: '#AABFF7'

red 170 ◦ green 191 ◦ blue 247

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

Shades of Perano #AABFF7

Tints of Perano #AABFF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 40.63%

R = 27.96%
G = 31.41%
B = 40.63%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AABFF7 (or 0xAABFF7) is known color: Perano. HEX triplet: AA, BF and F7. RGB value is (170,191,247). Sum of RGB (Red+Green+Blue) = 170+191+247=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 247 (96.88% from 255 or 40.62% from 608); Max value from RGB is 247 - color contains mainly: blue. Hex color #AABFF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABFF7 is #554008. Grayscale: #BEBEBE. Windows color (decimal): -5586953 or 16236458. OLE color: 16236458.

HSL color Cylindrical-coordinate representation of color #AABFF7: hue angle of 223.64º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AABFF7 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 191 247 -
CMYK 0.31 0.23 0 0.03
HSL 223.64º 0.83% 0.82% -
HSV(B) 223.64º 0.31% 0.97% -
XYZ 52 52.52 95.39 -
YUV 191.11 159.54 112.95 -
System Red Green Blue C M Y K H S L
Decimal 170 191 247 0.31 0.23 0 0.03 223.64 0.83 0.82
Hex AA BF F7 1F 17 0 3 E0 53 52
Octal 252 277 367 37 27 0 3 340 123 122
Binary 10101010 10111111 11110111 11111 10111 0 11 11100000 1010011 1010010

Color Harmonies of #AABFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABFF7

Black with #AABFF7

Text Example


Text Example

White with #AABFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABFF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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