#76C6EE

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

Shades of Maya Blue #76C6EE

Tints of Maya Blue #76C6EE

Color information

#76C6EE (or 0x76C6EE) is unknown color: approx Maya Blue. HEX triplet: 76, C6 and EE. RGB value is (118,198,238). Sum of RGB (Red+Green+Blue) = 118+198+238=554 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.30% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #76C6EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C6EE is #893911. Grayscale: #B2B2B2. Windows color (decimal): -8993042 or 15648374. OLE color: 15648374.

HSL color Cylindrical-coordinate representation of color #76C6EE: hue angle of 200º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76C6EE is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB118198238-
CMYK0.500.1700.07
HSL200º77.92%69.8%-
HSV(B)200º50.42%93.33%-
XYZ43.150.4188.35-
YUV178.64161.584.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.30%
GREEN value IS 198 (77.73% from 255) = 35.74%
BLUE value IS 238 (93.36% from 255) = 42.96%
R=21.30%
G=35.74%
B=42.96%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1181982380.500.1700.0720077.9269.8
Hex76C6EE321107c84e46
Octal166306356622107310116106
Binary111011011000110111011101100101000101111100100010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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