#71c5eb

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

Shades of Maya Blue #71C5EB

Tints of Maya Blue #71C5EB

Color information

#71C5EB (or 0x71C5EB) is unknown color: approx Maya Blue. HEX triplet: 71, C5 and EB. RGB value is (113,197,235). Sum of RGB (Red+Green+Blue) = 113+197+235=545 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.73% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #71C5EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71C5EB is #8E3A14. Grayscale: #AFAFAF. Windows color (decimal): -9320981 or 15451505. OLE color: 15451505.

HSL color Cylindrical-coordinate representation of color #71C5EB: hue angle of 198.69º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71C5EB is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB113197235-
CMYK0.520.1600.08
HSL198.69º75.31%68.24%-
HSV(B)198.69º51.91%92.16%-
XYZ41.7749.4485.94-
YUV176.22161.1782.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.73%
GREEN value IS 197 (77.34% from 255) = 36.15%
BLUE value IS 235 (92.19% from 255) = 43.12%
R=20.73%
G=36.15%
B=43.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1131972350.520.1600.08198.6975.3168.24
Hex71C5EB341008c74b44
Octal1613053536420010307113104
Binary1110001110001011110101111010010000010001100011110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71c5eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,197,235); }

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

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

 a { background-color: rgb(113,197,235); }

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

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

 span { border-color: rgb(113,197,235); }

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