#71B0F9

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

Shades of Maya Blue #71B0F9

Tints of Maya Blue #71B0F9

Color information

#71B0F9 (or 0x71B0F9) is unknown color: approx Maya Blue. HEX triplet: 71, B0 and F9. RGB value is (113,176,249). Sum of RGB (Red+Green+Blue) = 113+176+249=538 (71% of max value = 765). Red value is 113 (44.53% from 255 or 21.00% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 249 (97.66% from 255 or 46.28% from 538); Max value from RGB is 249 - color contains mainly: blue. Hex color #71B0F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71B0F9 is #8E4F06. Grayscale: #A5A5A5. Windows color (decimal): -9326343 or 16363633. OLE color: 16363633.

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

Color convert

RGB113176249-
CMYK0.550.2900.02
HSL212.21º91.89%70.98%-
HSV(B)212.21º54.62%97.65%-
XYZ39.4341.495.54-
YUV165.48175.1390.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.00%
GREEN value IS 176 (69.14% from 255) = 32.71%
BLUE value IS 249 (97.66% from 255) = 46.28%
R=21.00%
G=32.71%
B=46.28%

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
Decimal1131762490.550.2900.02212.2191.8970.98
Hex71B0F9371D02d45c47
Octal161260371673502324134107
Binary11100011011000011111001110111111010101101010010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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