Html Css Color HEX #71AAFE Maya Blue

📋 copy color: '#71AAFE'

red 113 ◦ green 170 ◦ blue 254

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

Shades of Maya Blue #71AAFE

Tints of Maya Blue #71AAFE

RGB

 RED value IS 113 (44.53% from 255) = 21.04%

 GREEN value IS 170 (66.8% from 255) = 31.66%

 BLUE value IS 254 (99.61% from 255) = 47.3%

R = 21.04%
G = 31.66%
B = 47.3%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#71AAFE (or 0x71AAFE) is known color: 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

RGB 113 170 254 -
CMYK 0.56 0.33 0 0.00
HSL 215.74º 0.99% 0.72% -
HSV(B) 215.74º 0.56% 1% -
XYZ 39.07 39.42 99.31 -
YUV 162.53 179.62 92.67 -
System Red Green Blue C M Y K H S L
Decimal 113 170 254 0.56 0.33 0 0.00 215.74 0.99 0.72
Hex 71 AA FE 38 21 0 0 D8 63 48
Octal 161 252 376 70 41 0 0 330 143 110
Binary 1110001 10101010 11111110 111000 100001 0 0 11011000 1100011 1001000

Color Harmonies of #71AAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AAFE

Black with #71AAFE

Text Example


Text Example

White with #71AAFE

Text Example


Text Example

HTML Codes & Css Web 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>