#71B1F9

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

Shades of Maya Blue #71B1F9

Tints of Maya Blue #71B1F9

Color information

#71B1F9 (or 0x71B1F9) is unknown color: approx Maya Blue. HEX triplet: 71, B1 and F9. RGB value is (113,177,249). Sum of RGB (Red+Green+Blue) = 113+177+249=539 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.96% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 249 (97.66% from 255 or 46.20% from 539); Max value from RGB is 249 - color contains mainly: blue. Hex color #71B1F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71B1F9 is #8E4E06. Grayscale: #A5A5A5. Windows color (decimal): -9326087 or 16363889. OLE color: 16363889.

HSL color Cylindrical-coordinate representation of color #71B1F9: hue angle of 211.76º degrees, saturation: 0.92, 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 #71B1F9 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB113177249-
CMYK0.550.2900.02
HSL211.76º91.89%70.98%-
HSV(B)211.76º54.62%97.65%-
XYZ39.6341.7995.6-
YUV166.07174.890.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.96%
GREEN value IS 177 (69.53% from 255) = 32.84%
BLUE value IS 249 (97.66% from 255) = 46.20%
R=20.96%
G=32.84%
B=46.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1131772490.550.2900.02211.7691.8970.98
Hex71B1F9371D02d45c47
Octal161261371673502324134107
Binary11100011011000111111001110111111010101101010010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,177,249); }

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

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

 a { background-color: rgb(113,177,249); }

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

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

 span { border-color: rgb(113,177,249); }

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