#71D4FB

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

Shades of Maya Blue #71D4FB

Tints of Maya Blue #71D4FB

Color information

#71D4FB (or 0x71D4FB) is unknown color: approx Maya Blue. HEX triplet: 71, D4 and FB. RGB value is (113,212,251). Sum of RGB (Red+Green+Blue) = 113+212+251=576 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.62% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #71D4FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71D4FB is #8E2B04. Grayscale: #BABABA. Windows color (decimal): -9317125 or 16503921. OLE color: 16503921.

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

Color convert

RGB113212251-
CMYK0.550.1600.02
HSL196.96º94.52%71.37%-
HSV(B)196.96º54.98%98.43%-
XYZ47.7757.5699.86-
YUV186.84164.275.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.62%
GREEN value IS 212 (83.20% from 255) = 36.81%
BLUE value IS 251 (98.44% from 255) = 43.58%
R=19.62%
G=36.81%
B=43.58%

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
Decimal1132122510.550.1600.02196.9694.5271.37
Hex71D4FB371002c55f47
Octal161324373672002305137107
Binary11100011101010011111011110111100000101100010110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,212,251); }

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

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

 a { background-color: rgb(113,212,251); }

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

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

 span { border-color: rgb(113,212,251); }

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