#76C1EF

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

Shades of Maya Blue #76C1EF

Tints of Maya Blue #76C1EF

Color information

#76C1EF (or 0x76C1EF) is unknown color: approx Maya Blue. HEX triplet: 76, C1 and EF. RGB value is (118,193,239). Sum of RGB (Red+Green+Blue) = 118+193+239=550 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.45% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 239 (93.75% from 255 or 43.45% from 550); Max value from RGB is 239 - color contains mainly: blue. Hex color #76C1EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C1EF is #893E10. Grayscale: #AFAFAF. Windows color (decimal): -8994321 or 15712630. OLE color: 15712630.

HSL color Cylindrical-coordinate representation of color #76C1EF: hue angle of 202.81º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76C1EF is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB118193239-
CMYK0.510.1900.06
HSL202.81º79.08%70%-
HSV(B)202.81º50.63%93.73%-
XYZ42.1248.2288.75-
YUV175.82163.6586.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.45%
GREEN value IS 193 (75.78% from 255) = 35.09%
BLUE value IS 239 (93.75% from 255) = 43.45%
R=21.45%
G=35.09%
B=43.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1181932390.510.1900.06202.8179.0870
Hex76C1EF331306cb4f46
Octal166301357632306313117106
Binary111011011000001111011111100111001101101100101110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,193,239); }

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

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

 a { background-color: rgb(118,193,239); }

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

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

 span { border-color: rgb(118,193,239); }

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