#71C1EB

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

Shades of Maya Blue #71C1EB

Tints of Maya Blue #71C1EB

Color information

#71C1EB (or 0x71C1EB) is unknown color: approx Maya Blue. HEX triplet: 71, C1 and EB. RGB value is (113,193,235). Sum of RGB (Red+Green+Blue) = 113+193+235=541 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.89% from 541); Green value is 193 (75.78% from 255 or 35.67% from 541); Blue value is 235 (92.19% from 255 or 43.44% from 541); Max value from RGB is 235 - color contains mainly: blue. Hex color #71C1EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71C1EB is #8E3E14. Grayscale: #ADADAD. Windows color (decimal): -9322005 or 15450481. OLE color: 15450481.

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

Color convert

RGB113193235-
CMYK0.520.1800.08
HSL200.66º75.31%68.24%-
HSV(B)200.66º51.91%92.16%-
XYZ40.8847.6585.64-
YUV173.87162.584.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.89%
GREEN value IS 193 (75.78% from 255) = 35.67%
BLUE value IS 235 (92.19% from 255) = 43.44%
R=20.89%
G=35.67%
B=43.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1131932350.520.1800.08200.6675.3168.24
Hex71C1EB341208c94b44
Octal1613013536422010311113104
Binary1110001110000011110101111010010010010001100100110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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