Html Css Color HEX #AABFE6 Perano

📋 copy color: '#AABFE6'

red 170 ◦ green 191 ◦ blue 230

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

Shades of Perano #AABFE6

Tints of Perano #AABFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.92%

R = 28.76%
G = 32.32%
B = 38.92%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AABFE6 (or 0xAABFE6) is known color: Perano. HEX triplet: AA, BF and E6. RGB value is (170,191,230). Sum of RGB (Red+Green+Blue) = 170+191+230=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 230 (90.23% from 255 or 38.92% from 591); Max value from RGB is 230 - color contains mainly: blue. Hex color #AABFE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABFE6 is #554019. Grayscale: #BCBCBC. Windows color (decimal): -5586970 or 15122346. OLE color: 15122346.

HSL color Cylindrical-coordinate representation of color #AABFE6: hue angle of 219º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AABFE6 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 191 230 -
CMYK 0.26 0.17 0 0.10
HSL 219º 0.55% 0.78% -
HSV(B) 219º 0.26% 0.9% -
XYZ 49.49 51.52 82.2 -
YUV 189.17 151.04 114.33 -
System Red Green Blue C M Y K H S L
Decimal 170 191 230 0.26 0.17 0 0.10 219 0.55 0.78
Hex AA BF E6 1A 11 0 A DB 37 4E
Octal 252 277 346 32 21 0 12 333 67 116
Binary 10101010 10111111 11100110 11010 10001 0 1010 11011011 110111 1001110

Color Harmonies of #AABFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABFE6

Black with #AABFE6

Text Example


Text Example

White with #AABFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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