#76BEF1

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

Shades of Maya Blue #76BEF1

Tints of Maya Blue #76BEF1

Color information

#76BEF1 (or 0x76BEF1) is unknown color: approx Maya Blue. HEX triplet: 76, BE and F1. RGB value is (118,190,241). Sum of RGB (Red+Green+Blue) = 118+190+241=549 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.49% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #76BEF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BEF1 is #89410E. Grayscale: #AEAEAE. Windows color (decimal): -8995087 or 15842934. OLE color: 15842934.

HSL color Cylindrical-coordinate representation of color #76BEF1: hue angle of 204.88º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76BEF1 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB118190241-
CMYK0.510.2100.05
HSL204.88º81.46%70.39%-
HSV(B)204.88º51.04%94.51%-
XYZ41.7647.0390.1-
YUV174.29165.6587.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.49%
GREEN value IS 190 (74.61% from 255) = 34.61%
BLUE value IS 241 (94.53% from 255) = 43.90%
R=21.49%
G=34.61%
B=43.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1181902410.510.2100.05204.8881.4670.39
Hex76BEF1331505cd5146
Octal166276361632505315121106
Binary111011010111110111100011100111010101011100110110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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