#76C4EB

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

Shades of Maya Blue #76C4EB

Tints of Maya Blue #76C4EB

Color information

#76C4EB (or 0x76C4EB) is unknown color: approx Maya Blue. HEX triplet: 76, C4 and EB. RGB value is (118,196,235). Sum of RGB (Red+Green+Blue) = 118+196+235=549 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.49% from 549); Green value is 196 (76.95% from 255 or 35.70% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #76C4EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C4EB is #893B14. Grayscale: #B0B0B0. Windows color (decimal): -8993557 or 15451254. OLE color: 15451254.

HSL color Cylindrical-coordinate representation of color #76C4EB: hue angle of 200º 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 #76C4EB is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB118196235-
CMYK0.500.1700.08
HSL200º74.52%69.22%-
HSV(B)200º49.79%92.16%-
XYZ42.2149.3385.89-
YUV177.12160.6685.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.49%
GREEN value IS 196 (76.95% from 255) = 35.70%
BLUE value IS 235 (92.19% from 255) = 42.81%
R=21.49%
G=35.70%
B=42.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1181962350.500.1700.0820074.5269.22
Hex76C4EB321108c84b45
Octal1663043536221010310113105
Binary1110110110001001110101111001010001010001100100010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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