#71C6EA

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

Shades of Maya Blue #71C6EA

Tints of Maya Blue #71C6EA

Color information

#71C6EA (or 0x71C6EA) is unknown color: approx Maya Blue. HEX triplet: 71, C6 and EA. RGB value is (113,198,234). Sum of RGB (Red+Green+Blue) = 113+198+234=545 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.73% from 545); Green value is 198 (77.73% from 255 or 36.33% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #71C6EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71C6EA is #8E3915. Grayscale: #B0B0B0. Windows color (decimal): -9320726 or 15386225. OLE color: 15386225.

HSL color Cylindrical-coordinate representation of color #71C6EA: hue angle of 197.85º degrees, saturation: 0.74, 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 #71C6EA is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB113198234-
CMYK0.520.1500.08
HSL197.85º74.23%68.04%-
HSV(B)197.85º51.71%91.76%-
XYZ41.8649.8485.26-
YUV176.69160.3482.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.73%
GREEN value IS 198 (77.73% from 255) = 36.33%
BLUE value IS 234 (91.80% from 255) = 42.94%
R=20.73%
G=36.33%
B=42.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1131982340.520.1500.08197.8574.2368.04
Hex71C6EA34F08c64a44
Octal1613063526417010306112104
Binary111000111000110111010101101001111010001100011010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,198,234); }

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

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

 a { background-color: rgb(113,198,234); }

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

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

 span { border-color: rgb(113,198,234); }

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