#76BEF4

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

Shades of Maya Blue #76BEF4

Tints of Maya Blue #76BEF4

Color information

#76BEF4 (or 0x76BEF4) is unknown color: approx Maya Blue. HEX triplet: 76, BE and F4. RGB value is (118,190,244). Sum of RGB (Red+Green+Blue) = 118+190+244=552 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.38% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 244 (95.70% from 255 or 44.20% from 552); Max value from RGB is 244 - color contains mainly: blue. Hex color #76BEF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BEF4 is #89410B. Grayscale: #AEAEAE. Windows color (decimal): -8995084 or 16039542. OLE color: 16039542.

HSL color Cylindrical-coordinate representation of color #76BEF4: hue angle of 205.71º 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 #76BEF4 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB118190244-
CMYK0.520.2200.04
HSL205.71º85.14%70.98%-
HSV(B)205.71º51.64%95.69%-
XYZ42.2147.2192.48-
YUV174.63167.1587.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.38%
GREEN value IS 190 (74.61% from 255) = 34.42%
BLUE value IS 244 (95.70% from 255) = 44.20%
R=21.38%
G=34.42%
B=44.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1181902440.520.2200.04205.7185.1470.98
Hex76BEF4341604ce5547
Octal166276364642604316125107
Binary111011010111110111101001101001011001001100111010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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