#76D0F9

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

Shades of Maya Blue #76D0F9

Tints of Maya Blue #76D0F9

Color information

#76D0F9 (or 0x76D0F9) is unknown color: approx Maya Blue. HEX triplet: 76, D0 and F9. RGB value is (118,208,249). Sum of RGB (Red+Green+Blue) = 118+208+249=575 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.52% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 249 (97.66% from 255 or 43.30% from 575); Max value from RGB is 249 - color contains mainly: blue. Hex color #76D0F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D0F9 is #892F06. Grayscale: #B9B9B9. Windows color (decimal): -8990471 or 16371830. OLE color: 16371830.

HSL color Cylindrical-coordinate representation of color #76D0F9: hue angle of 198.78º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76D0F9 is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB118208249-
CMYK0.530.1600.02
HSL198.78º91.61%71.96%-
HSV(B)198.78º52.61%97.65%-
XYZ47.1355.897.91-
YUV185.76163.6879.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.52%
GREEN value IS 208 (81.64% from 255) = 36.17%
BLUE value IS 249 (97.66% from 255) = 43.30%
R=20.52%
G=36.17%
B=43.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1182082490.530.1600.02198.7891.6171.96
Hex76D0F9351002c75c48
Octal166320371652002307134110
Binary11101101101000011111001110101100000101100011110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,208,249); }

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

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

 a { background-color: rgb(118,208,249); }

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

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

 span { border-color: rgb(118,208,249); }

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