#76BCEF

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

Shades of Maya Blue #76BCEF

Tints of Maya Blue #76BCEF

Color information

#76BCEF (or 0x76BCEF) is unknown color: approx Maya Blue. HEX triplet: 76, BC and EF. RGB value is (118,188,239). Sum of RGB (Red+Green+Blue) = 118+188+239=545 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.65% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #76BCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BCEF is #894310. Grayscale: #ACACAC. Windows color (decimal): -8995601 or 15711350. OLE color: 15711350.

HSL color Cylindrical-coordinate representation of color #76BCEF: hue angle of 205.29º 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 #76BCEF is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB118188239-
CMYK0.510.2100.06
HSL205.29º79.08%70%-
HSV(B)205.29º50.63%93.73%-
XYZ41.0346.0588.39-
YUV172.88165.3188.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.65%
GREEN value IS 188 (73.83% from 255) = 34.50%
BLUE value IS 239 (93.75% from 255) = 43.85%
R=21.65%
G=34.50%
B=43.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1181882390.510.2100.06205.2979.0870
Hex76BCEF331506cd4f46
Octal166274357632506315117106
Binary111011010111100111011111100111010101101100110110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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