#71B7F5

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

Shades of Maya Blue #71B7F5

Tints of Maya Blue #71B7F5

Color information

#71B7F5 (or 0x71B7F5) is unknown color: approx Maya Blue. HEX triplet: 71, B7 and F5. RGB value is (113,183,245). Sum of RGB (Red+Green+Blue) = 113+183+245=541 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.89% from 541); Green value is 183 (71.88% from 255 or 33.83% from 541); Blue value is 245 (96.09% from 255 or 45.29% from 541); Max value from RGB is 245 - color contains mainly: blue. Hex color #71B7F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71B7F5 is #8E480A. Grayscale: #A8A8A8. Windows color (decimal): -9324555 or 16103281. OLE color: 16103281.

HSL color Cylindrical-coordinate representation of color #71B7F5: hue angle of 208.18º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71B7F5 is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB113183245-
CMYK0.540.2500.04
HSL208.18º86.84%70.2%-
HSV(B)208.18º53.88%96.08%-
XYZ40.2243.9792.75-
YUV169.14170.8187.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.89%
GREEN value IS 183 (71.88% from 255) = 33.83%
BLUE value IS 245 (96.09% from 255) = 45.29%
R=20.89%
G=33.83%
B=45.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1131832450.540.2500.04208.1886.8470.2
Hex71B7F5361904d05746
Octal161267365663104320127106
Binary111000110110111111101011101101100101001101000010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B7F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,183,245); }

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

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

 a { background-color: rgb(113,183,245); }

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

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

 span { border-color: rgb(113,183,245); }

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