#76BCF6

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

Shades of Maya Blue #76BCF6

Tints of Maya Blue #76BCF6

Color information

#76BCF6 (or 0x76BCF6) is unknown color: approx Maya Blue. HEX triplet: 76, BC and F6. RGB value is (118,188,246). Sum of RGB (Red+Green+Blue) = 118+188+246=552 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.38% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 246 (96.48% from 255 or 44.57% from 552); Max value from RGB is 246 - color contains mainly: blue. Hex color #76BCF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BCF6 is #894309. Grayscale: #ADADAD. Windows color (decimal): -8995594 or 16170102. OLE color: 16170102.

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

Color convert

RGB118188246-
CMYK0.520.2400.04
HSL207.19º87.67%71.37%-
HSV(B)207.19º52.03%96.47%-
XYZ42.0946.4793.94-
YUV173.68168.8188.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.38%
GREEN value IS 188 (73.83% from 255) = 34.06%
BLUE value IS 246 (96.48% from 255) = 44.57%
R=21.38%
G=34.06%
B=44.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1181882460.520.2400.04207.1987.6771.37
Hex76BCF6341804cf5847
Octal166274366643004317130107
Binary111011010111100111101101101001100001001100111110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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