#76BCEB

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

Shades of Maya Blue #76BCEB

Tints of Maya Blue #76BCEB

Color information

#76BCEB (or 0x76BCEB) is unknown color: approx Maya Blue. HEX triplet: 76, BC and EB. RGB value is (118,188,235). Sum of RGB (Red+Green+Blue) = 118+188+235=541 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.81% from 541); Green value is 188 (73.83% from 255 or 34.75% 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 #76BCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BCEB is #894314. Grayscale: #ACACAC. Windows color (decimal): -8995605 or 15449206. OLE color: 15449206.

HSL color Cylindrical-coordinate representation of color #76BCEB: hue angle of 204.1º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76BCEB is Cyan = 0.50, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB118188235-
CMYK0.500.200.08
HSL204.1º74.52%69.22%-
HSV(B)204.1º49.79%92.16%-
XYZ40.4545.8285.31-
YUV172.43163.3189.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.81%
GREEN value IS 188 (73.83% from 255) = 34.75%
BLUE value IS 235 (92.19% from 255) = 43.44%
R=21.81%
G=34.75%
B=43.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1181882350.500.200.08204.174.5269.22
Hex76BCEB321408cc4b45
Octal1662743536224010314113105
Binary1110110101111001110101111001010100010001100110010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76BCEB; }

 p { color: rgb(118,188,235); }

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

<style>
 a { background-color: #76BCEB; }

 a { background-color: rgb(118,188,235); }

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

<style>
 span { border-color: #76BCEB; }

 span { border-color: rgb(118,188,235); }

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