#71D2FC

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

Shades of Maya Blue #71D2FC

Tints of Maya Blue #71D2FC

Color information

#71D2FC (or 0x71D2FC) is unknown color: approx Maya Blue. HEX triplet: 71, D2 and FC. RGB value is (113,210,252). Sum of RGB (Red+Green+Blue) = 113+210+252=575 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.65% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #71D2FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71D2FC is #8E2D03. Grayscale: #B9B9B9. Windows color (decimal): -9317636 or 16568945. OLE color: 16568945.

HSL color Cylindrical-coordinate representation of color #71D2FC: hue angle of 198.13º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71D2FC is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB113210252-
CMYK0.550.1700.01
HSL198.13º95.86%71.57%-
HSV(B)198.13º55.16%98.82%-
XYZ47.4356.63100.53-
YUV185.78165.3676.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.65%
GREEN value IS 210 (82.42% from 255) = 36.52%
BLUE value IS 252 (98.83% from 255) = 43.83%
R=19.65%
G=36.52%
B=43.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1132102520.550.1700.01198.1395.8671.57
Hex71D2FC371101c66048
Octal161322374672101306140110
Binary1110001110100101111110011011110001011100011011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,210,252); }

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

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

 a { background-color: rgb(113,210,252); }

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

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

 span { border-color: rgb(113,210,252); }

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