#71BEF7

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

Shades of Maya Blue #71BEF7

Tints of Maya Blue #71BEF7

Color information

#71BEF7 (or 0x71BEF7) is unknown color: approx Maya Blue. HEX triplet: 71, BE and F7. RGB value is (113,190,247). Sum of RGB (Red+Green+Blue) = 113+190+247=550 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.55% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 247 (96.88% from 255 or 44.91% from 550); Max value from RGB is 247 - color contains mainly: blue. Hex color #71BEF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71BEF7 is #8E4108. Grayscale: #ADADAD. Windows color (decimal): -9322761 or 16236145. OLE color: 16236145.

HSL color Cylindrical-coordinate representation of color #71BEF7: hue angle of 205.52º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71BEF7 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB113190247-
CMYK0.540.2300.03
HSL205.52º89.33%70.59%-
HSV(B)205.52º54.25%96.86%-
XYZ42.0147.0594.86-
YUV173.47169.4984.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.55%
GREEN value IS 190 (74.61% from 255) = 34.55%
BLUE value IS 247 (96.88% from 255) = 44.91%
R=20.55%
G=34.55%
B=44.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1131902470.540.2300.03205.5289.3370.59
Hex71BEF7361703ce5947
Octal161276367662703316131107
Binary11100011011111011110111110110101110111100111010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,190,247); }

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

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

 a { background-color: rgb(113,190,247); }

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

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

 span { border-color: rgb(113,190,247); }

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