#76C9FA

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

Shades of Maya Blue #76C9FA

Tints of Maya Blue #76C9FA

Color information

#76C9FA (or 0x76C9FA) is unknown color: approx Maya Blue. HEX triplet: 76, C9 and FA. RGB value is (118,201,250). Sum of RGB (Red+Green+Blue) = 118+201+250=569 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.74% from 569); Green value is 201 (78.91% from 255 or 35.33% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #76C9FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C9FA is #893605. Grayscale: #B5B5B5. Windows color (decimal): -8992262 or 16435574. OLE color: 16435574.

HSL color Cylindrical-coordinate representation of color #76C9FA: hue angle of 202.27º degrees, saturation: 0.93, 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 #76C9FA is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB118201250-
CMYK0.530.2000.02
HSL202.27º92.96%72.16%-
HSV(B)202.27º52.8%98.04%-
XYZ45.6152.5398.18-
YUV181.77166.582.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.74%
GREEN value IS 201 (78.91% from 255) = 35.33%
BLUE value IS 250 (98.05% from 255) = 43.94%
R=20.74%
G=35.33%
B=43.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1182012500.530.2000.02202.2792.9672.16
Hex76C9FA351402ca5d48
Octal166311372652402312135110
Binary11101101100100111111010110101101000101100101010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,201,250); }

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

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

 a { background-color: rgb(118,201,250); }

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

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

 span { border-color: rgb(118,201,250); }

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