#71D5FB

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

Shades of Maya Blue #71D5FB

Tints of Maya Blue #71D5FB

Color information

#71D5FB (or 0x71D5FB) is unknown color: approx Maya Blue. HEX triplet: 71, D5 and FB. RGB value is (113,213,251). Sum of RGB (Red+Green+Blue) = 113+213+251=577 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.58% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #71D5FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71D5FB is #8E2A04. Grayscale: #BBBBBB. Windows color (decimal): -9316869 or 16504177. OLE color: 16504177.

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

Color convert

RGB113213251-
CMYK0.550.1500.02
HSL196.52º94.52%71.37%-
HSV(B)196.52º54.98%98.43%-
XYZ48.0258.0699.94-
YUV187.43163.8774.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.58%
GREEN value IS 213 (83.59% from 255) = 36.92%
BLUE value IS 251 (98.44% from 255) = 43.50%
R=19.58%
G=36.92%
B=43.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1132132510.550.1500.02196.5294.5271.37
Hex71D5FB37F02c55f47
Octal161325373671702305137107
Binary1110001110101011111101111011111110101100010110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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