Html Css Color HEX #71AAFC Maya Blue

📋 copy color: '#71AAFC'

red 113 ◦ green 170 ◦ blue 252

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

Shades of Maya Blue #71AAFC

Tints of Maya Blue #71AAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.1%

R = 21.12%
G = 31.78%
B = 47.1%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#71AAFC (or 0x71AAFC) is known color: Maya Blue. HEX triplet: 71, AA and FC. RGB value is (113,170,252). Sum of RGB (Red+Green+Blue) = 113+170+252=535 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.12% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #71AAFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71AAFC is #8E5503. Grayscale: #A1A1A1. Windows color (decimal): -9327876 or 16558705. OLE color: 16558705.

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

Color convert

RGB 113 170 252 -
CMYK 0.55 0.33 0 0.01
HSL 215.4º 0.96% 0.72% -
HSV(B) 215.4º 0.55% 0.99% -
XYZ 38.76 39.29 97.64 -
YUV 162.31 178.62 92.83 -
System Red Green Blue C M Y K H S L
Decimal 113 170 252 0.55 0.33 0 0.01 215.4 0.96 0.72
Hex 71 AA FC 37 21 0 1 D7 60 48
Octal 161 252 374 67 41 0 1 327 140 110
Binary 1110001 10101010 11111100 110111 100001 0 1 11010111 1100000 1001000

Color Harmonies of #71AAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AAFC

Black with #71AAFC

Text Example


Text Example

White with #71AAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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