#71AAFE

Color #71AAFE Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #71AAFE

Tints of Maya Blue #71AAFE

Color information

#71AAFE (or 0x71AAFE) is unknown color: approx Maya Blue. HEX triplet: 71, AA and FE. RGB value is (113,170,254). Sum of RGB (Red+Green+Blue) = 113+170+254=537 (71% of max value = 765). Red value is 113 (44.53% from 255 or 21.04% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #71AAFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71AAFE is #8E5501. Grayscale: #A2A2A2. Windows color (decimal): -9327874 or 16689777. OLE color: 16689777.

HSL color Cylindrical-coordinate representation of color #71AAFE: hue angle of 215.74º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71AAFE is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB113170254-
CMYK0.560.3300.00
HSL215.74º98.6%71.96%-
HSV(B)215.74º55.51%99.61%-
XYZ39.0739.4299.31-
YUV162.53179.6292.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.04%
GREEN value IS 170 (66.80% from 255) = 31.66%
BLUE value IS 254 (99.61% from 255) = 47.30%
R=21.04%
G=31.66%
B=47.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1131702540.560.3300.00215.7498.671.96
Hex71AAFE382100d86348
Octal161252376704100330143110
Binary11100011010101011111110111000100001001101100011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71AAFE; }

 p { color: rgb(113,170,254); }

 H1.HeaderClassName
 {
   color: #71AAFE;
 }
 .AnyTagClassName
 {
   color: #71AAFE;
 }
</style>
background-color css

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

 a { background-color: rgb(113,170,254); }

 div.DivClassName
 {
   background-color: #71AAFE;
 }
 .BgClassName
 {
   background-color: #71AAFE;
 }
</style>
border-color css

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

 span { border-color: rgb(113,170,254); }

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