#76C4F4

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

Shades of Maya Blue #76C4F4

Tints of Maya Blue #76C4F4

Color information

#76C4F4 (or 0x76C4F4) is unknown color: approx Maya Blue. HEX triplet: 76, C4 and F4. RGB value is (118,196,244). Sum of RGB (Red+Green+Blue) = 118+196+244=558 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.15% from 558); Green value is 196 (76.95% from 255 or 35.13% from 558); Blue value is 244 (95.70% from 255 or 43.73% from 558); Max value from RGB is 244 - color contains mainly: blue. Hex color #76C4F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C4F4 is #893B0B. Grayscale: #B1B1B1. Windows color (decimal): -8993548 or 16041078. OLE color: 16041078.

HSL color Cylindrical-coordinate representation of color #76C4F4: hue angle of 202.86º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76C4F4 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB118196244-
CMYK0.520.2000.04
HSL202.86º85.14%70.98%-
HSV(B)202.86º51.64%95.69%-
XYZ43.5449.8692.92-
YUV178.15165.1685.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.15%
GREEN value IS 196 (76.95% from 255) = 35.13%
BLUE value IS 244 (95.70% from 255) = 43.73%
R=21.15%
G=35.13%
B=43.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1181962440.520.2000.04202.8685.1470.98
Hex76C4F4341404cb5547
Octal166304364642404313125107
Binary111011011000100111101001101001010001001100101110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C4F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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