#71B9F9

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

Shades of Maya Blue #71B9F9

Tints of Maya Blue #71B9F9

Color information

#71B9F9 (or 0x71B9F9) is unknown color: approx Maya Blue. HEX triplet: 71, B9 and F9. RGB value is (113,185,249). Sum of RGB (Red+Green+Blue) = 113+185+249=547 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.66% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 249 (97.66% from 255 or 45.52% from 547); Max value from RGB is 249 - color contains mainly: blue. Hex color #71B9F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71B9F9 is #8E4606. Grayscale: #AAAAAA. Windows color (decimal): -9324039 or 16365937. OLE color: 16365937.

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

Color convert

RGB113185249-
CMYK0.550.2600.02
HSL208.24º91.89%70.98%-
HSV(B)208.24º54.62%97.65%-
XYZ41.2645.0596.14-
YUV170.77172.1586.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.66%
GREEN value IS 185 (72.66% from 255) = 33.82%
BLUE value IS 249 (97.66% from 255) = 45.52%
R=20.66%
G=33.82%
B=45.52%

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
Decimal1131852490.550.2600.02208.2491.8970.98
Hex71B9F9371A02d05c47
Octal161271371673202320134107
Binary11100011011100111111001110111110100101101000010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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