#76C6FA

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

Shades of Maya Blue #76C6FA

Tints of Maya Blue #76C6FA

Color information

#76C6FA (or 0x76C6FA) is unknown color: approx Maya Blue. HEX triplet: 76, C6 and FA. RGB value is (118,198,250). Sum of RGB (Red+Green+Blue) = 118+198+250=566 (74% of max value = 765). Red value is 118 (46.48% from 255 or 20.85% from 566); Green value is 198 (77.73% from 255 or 34.98% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #76C6FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C6FA is #893905. Grayscale: #B3B3B3. Windows color (decimal): -8993030 or 16434806. OLE color: 16434806.

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

Color convert

RGB118198250-
CMYK0.530.2100.02
HSL203.64º92.96%72.16%-
HSV(B)203.64º52.8%98.04%-
XYZ44.9251.1497.95-
YUV180.01167.583.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.85%
GREEN value IS 198 (77.73% from 255) = 34.98%
BLUE value IS 250 (98.05% from 255) = 44.17%
R=20.85%
G=34.98%
B=44.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1181982500.530.2100.02203.6492.9672.16
Hex76C6FA351502cc5d48
Octal166306372652502314135110
Binary11101101100011011111010110101101010101100110010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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