Html Css Color HEX #AABBF2 Perano

📋 copy color: '#AABBF2'

red 170 ◦ green 187 ◦ blue 242

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

Shades of Perano #AABBF2

Tints of Perano #AABBF2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.22%

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

R = 28.38%
G = 31.22%
B = 40.4%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AABBF2 (or 0xAABBF2) is known color: Perano. HEX triplet: AA, BB and F2. RGB value is (170,187,242). Sum of RGB (Red+Green+Blue) = 170+187+242=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 242 (94.92% from 255 or 40.40% from 599); Max value from RGB is 242 - color contains mainly: blue. Hex color #AABBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABBF2 is #55440D. Grayscale: #BBBBBB. Windows color (decimal): -5587982 or 15907754. OLE color: 15907754.

HSL color Cylindrical-coordinate representation of color #AABBF2: hue angle of 225.83º 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 #AABBF2 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 187 242 -
CMYK 0.30 0.23 0 0.05
HSL 225.83º 0.73% 0.81% -
HSV(B) 225.83º 0.3% 0.95% -
XYZ 50.37 50.5 91.1 -
YUV 188.19 158.37 115.03 -
System Red Green Blue C M Y K H S L
Decimal 170 187 242 0.30 0.23 0 0.05 225.83 0.73 0.81
Hex AA BB F2 1E 17 0 5 E2 49 51
Octal 252 273 362 36 27 0 5 342 111 121
Binary 10101010 10111011 11110010 11110 10111 0 101 11100010 1001001 1010001

Color Harmonies of #AABBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABBF2

Black with #AABBF2

Text Example


Text Example

White with #AABBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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