#71D1FA

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

Shades of Maya Blue #71D1FA

Tints of Maya Blue #71D1FA

Color information

#71D1FA (or 0x71D1FA) is unknown color: approx Maya Blue. HEX triplet: 71, D1 and FA. RGB value is (113,209,250). Sum of RGB (Red+Green+Blue) = 113+209+250=572 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.76% from 572); Green value is 209 (82.03% from 255 or 36.54% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #71D1FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71D1FA is #8E2E05. Grayscale: #B8B8B8. Windows color (decimal): -9317894 or 16437617. OLE color: 16437617.

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

Color convert

RGB113209250-
CMYK0.550.1600.02
HSL197.96º93.2%71.18%-
HSV(B)197.96º54.8%98.04%-
XYZ46.8756.0198.78-
YUV184.97164.776.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.76%
GREEN value IS 209 (82.03% from 255) = 36.54%
BLUE value IS 250 (98.05% from 255) = 43.71%
R=19.76%
G=36.54%
B=43.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1132092500.550.1600.02197.9693.271.18
Hex71D1FA371002c65d47
Octal161321372672002306135107
Binary11100011101000111111010110111100000101100011010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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