#76BFF0

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

Shades of Maya Blue #76BFF0

Tints of Maya Blue #76BFF0

Color information

#76BFF0 (or 0x76BFF0) is unknown color: approx Maya Blue. HEX triplet: 76, BF and F0. RGB value is (118,191,240). Sum of RGB (Red+Green+Blue) = 118+191+240=549 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.49% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 240 (94.14% from 255 or 43.72% from 549); Max value from RGB is 240 - color contains mainly: blue. Hex color #76BFF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BFF0 is #89400F. Grayscale: #AEAEAE. Windows color (decimal): -8994832 or 15777654. OLE color: 15777654.

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

Color convert

RGB118191240-
CMYK0.510.2000.06
HSL204.1º80.26%70.2%-
HSV(B)204.1º50.83%94.12%-
XYZ41.8347.489.38-
YUV174.76164.8287.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.49%
GREEN value IS 191 (75% from 255) = 34.79%
BLUE value IS 240 (94.14% from 255) = 43.72%
R=21.49%
G=34.79%
B=43.72%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1181912400.510.2000.06204.180.2670.2
Hex76BFF0331406cc5046
Octal166277360632406314120106
Binary111011010111111111100001100111010001101100110010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,191,240); }

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

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

 a { background-color: rgb(118,191,240); }

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

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

 span { border-color: rgb(118,191,240); }

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