#71D1FD

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

Shades of Maya Blue #71D1FD

Tints of Maya Blue #71D1FD

Color information

#71D1FD (or 0x71D1FD) is unknown color: approx Maya Blue. HEX triplet: 71, D1 and FD. RGB value is (113,209,253). Sum of RGB (Red+Green+Blue) = 113+209+253=575 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.65% from 575); Green value is 209 (82.03% from 255 or 36.35% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #71D1FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71D1FD is #8E2E02. Grayscale: #B9B9B9. Windows color (decimal): -9317891 or 16634225. OLE color: 16634225.

HSL color Cylindrical-coordinate representation of color #71D1FD: hue angle of 198.86º degrees, saturation: 0.97, 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 #71D1FD is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB113209253-
CMYK0.550.1700.01
HSL198.86º97.22%71.76%-
HSV(B)198.86º55.34%99.22%-
XYZ47.3456.2101.28-
YUV185.31166.276.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.65%
GREEN value IS 209 (82.03% from 255) = 36.35%
BLUE value IS 253 (99.22% from 255) = 44%
R=19.65%
G=36.35%
B=44%

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
Decimal1132092530.550.1700.01198.8697.2271.76
Hex71D1FD371101c76148
Octal161321375672101307141110
Binary1110001110100011111110111011110001011100011111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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