#71BAFA

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

Shades of Maya Blue #71BAFA

Tints of Maya Blue #71BAFA

Color information

#71BAFA (or 0x71BAFA) is unknown color: approx Maya Blue. HEX triplet: 71, BA and FA. RGB value is (113,186,250). Sum of RGB (Red+Green+Blue) = 113+186+250=549 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.58% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #71BAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71BAFA is #8E4505. Grayscale: #ABABAB. Windows color (decimal): -9323782 or 16431729. OLE color: 16431729.

HSL color Cylindrical-coordinate representation of color #71BAFA: hue angle of 208.03º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71BAFA is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB113186250-
CMYK0.550.2600.02
HSL208.03º93.2%71.18%-
HSV(B)208.03º54.8%98.04%-
XYZ41.6245.5397.04-
YUV171.47172.3286.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.58%
GREEN value IS 186 (73.05% from 255) = 33.88%
BLUE value IS 250 (98.05% from 255) = 45.54%
R=20.58%
G=33.88%
B=45.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1131862500.550.2600.02208.0393.271.18
Hex71BAFA371A02d05d47
Octal161272372673202320135107
Binary11100011011101011111010110111110100101101000010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,186,250); }

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

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

 a { background-color: rgb(113,186,250); }

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

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

 span { border-color: rgb(113,186,250); }

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