#76C6EB

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

Shades of Maya Blue #76C6EB

Tints of Maya Blue #76C6EB

Color information

#76C6EB (or 0x76C6EB) is unknown color: approx Maya Blue. HEX triplet: 76, C6 and EB. RGB value is (118,198,235). Sum of RGB (Red+Green+Blue) = 118+198+235=551 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.42% from 551); Green value is 198 (77.73% from 255 or 35.93% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #76C6EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C6EB is #893914. Grayscale: #B2B2B2. Windows color (decimal): -8993045 or 15451766. OLE color: 15451766.

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

Color convert

RGB118198235-
CMYK0.500.1600.08
HSL198.97º74.52%69.22%-
HSV(B)198.97º49.79%92.16%-
XYZ42.6650.2486.05-
YUV178.316084.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.42%
GREEN value IS 198 (77.73% from 255) = 35.93%
BLUE value IS 235 (92.19% from 255) = 42.65%
R=21.42%
G=35.93%
B=42.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1181982350.500.1600.08198.9774.5269.22
Hex76C6EB321008c74b45
Octal1663063536220010307113105
Binary1110110110001101110101111001010000010001100011110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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