#71BDFA

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

Shades of Maya Blue #71BDFA

Tints of Maya Blue #71BDFA

Color information

#71BDFA (or 0x71BDFA) is unknown color: approx Maya Blue. HEX triplet: 71, BD and FA. RGB value is (113,189,250). Sum of RGB (Red+Green+Blue) = 113+189+250=552 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.47% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #71BDFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71BDFA is #8E4205. Grayscale: #ACACAC. Windows color (decimal): -9323014 or 16432497. OLE color: 16432497.

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

Color convert

RGB113189250-
CMYK0.550.2400.02
HSL206.72º93.2%71.18%-
HSV(B)206.72º54.8%98.04%-
XYZ42.2646.8197.25-
YUV173.23171.3285.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.47%
GREEN value IS 189 (74.22% from 255) = 34.24%
BLUE value IS 250 (98.05% from 255) = 45.29%
R=20.47%
G=34.24%
B=45.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1131892500.550.2400.02206.7293.271.18
Hex71BDFA371802cf5d47
Octal161275372673002317135107
Binary11100011011110111111010110111110000101100111110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,189,250); }

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

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

 a { background-color: rgb(113,189,250); }

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

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

 span { border-color: rgb(113,189,250); }

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