Html Css Color HEX #AABCF2 Perano

📋 copy color: '#AABCF2'

red 170 ◦ green 188 ◦ blue 242

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

Shades of Perano #AABCF2

Tints of Perano #AABCF2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.33%

 BLUE value IS 242 (94.92% from 255) = 40.33%

R = 28.33%
G = 31.33%
B = 40.33%

CMYK

 C value IS 0.30

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AABCF2 (or 0xAABCF2) is known color: Perano. HEX triplet: AA, BC and F2. RGB value is (170,188,242). Sum of RGB (Red+Green+Blue) = 170+188+242=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 188 (73.83% from 255 or 31.33% from 600); Blue value is 242 (94.92% from 255 or 40.33% from 600); Max value from RGB is 242 - color contains mainly: blue. Hex color #AABCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABCF2 is #55430D. Grayscale: #BCBCBC. Windows color (decimal): -5587726 or 15908010. OLE color: 15908010.

HSL color Cylindrical-coordinate representation of color #AABCF2: hue angle of 225º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AABCF2 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 188 242 -
CMYK 0.30 0.22 0 0.05
HSL 225º 0.73% 0.81% -
HSV(B) 225º 0.3% 0.95% -
XYZ 50.59 50.92 91.17 -
YUV 188.77 158.04 114.61 -
System Red Green Blue C M Y K H S L
Decimal 170 188 242 0.30 0.22 0 0.05 225 0.73 0.81
Hex AA BC F2 1E 16 0 5 E1 49 51
Octal 252 274 362 36 26 0 5 341 111 121
Binary 10101010 10111100 11110010 11110 10110 0 101 11100001 1001001 1010001

Color Harmonies of #AABCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABCF2

Black with #AABCF2

Text Example


Text Example

White with #AABCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABCF2; }

 p { color: rgb(170,188,242); }

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

background-color css

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

 a { background-color: rgb(170,188,242); }

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

border-color css

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

 span { border-color: rgb(170,188,242); }

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