#71BBEC

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

Shades of Maya Blue #71BBEC

Tints of Maya Blue #71BBEC

Color information

#71BBEC (or 0x71BBEC) is unknown color: approx Maya Blue. HEX triplet: 71, BB and EC. RGB value is (113,187,236). Sum of RGB (Red+Green+Blue) = 113+187+236=536 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.08% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #71BBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71BBEC is #8E4413. Grayscale: #AAAAAA. Windows color (decimal): -9323540 or 15514481. OLE color: 15514481.

HSL color Cylindrical-coordinate representation of color #71BBEC: hue angle of 203.9º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71BBEC is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB113187236-
CMYK0.520.2100.07
HSL203.9º76.4%68.43%-
HSV(B)203.9º52.12%92.55%-
XYZ39.7245.1185.97-
YUV170.46164.9887.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.08%
GREEN value IS 187 (73.44% from 255) = 34.89%
BLUE value IS 236 (92.58% from 255) = 44.03%
R=21.08%
G=34.89%
B=44.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1131872360.520.2100.07203.976.468.43
Hex71BBEC341507cc4c44
Octal161273354642507314114104
Binary111000110111011111011001101001010101111100110010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,187,236); }

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

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

 a { background-color: rgb(113,187,236); }

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

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

 span { border-color: rgb(113,187,236); }

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