#71D8FF

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

Shades of Maya Blue #71D8FF

Tints of Maya Blue #71D8FF

Color information

#71D8FF (or 0x71D8FF) is unknown color: approx Maya Blue. HEX triplet: 71, D8 and FF. RGB value is (113,216,255). Sum of RGB (Red+Green+Blue) = 113+216+255=584 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.35% from 584); Green value is 216 (84.77% from 255 or 36.99% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #71D8FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71D8FF is #8E2700. Grayscale: #BDBDBD. Windows color (decimal): -9316097 or 16767089. OLE color: 16767089.

HSL color Cylindrical-coordinate representation of color #71D8FF: hue angle of 196.48º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71D8FF is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB113216255-
CMYK0.560.1500
HSL196.48º100%72.16%-
HSV(B)196.48º55.69%100%-
XYZ49.4259.84103.55-
YUV189.65164.8873.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.35%
GREEN value IS 216 (84.77% from 255) = 36.99%
BLUE value IS 255 (100% from 255) = 43.66%
R=19.35%
G=36.99%
B=43.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1132162550.560.1500196.4810072.16
Hex71D8FF38F00c46448
Octal161330377701700304144110
Binary111000111011000111111111110001111001100010011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,216,255); }

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

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

 a { background-color: rgb(113,216,255); }

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

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

 span { border-color: rgb(113,216,255); }

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