#76CCFA

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

Shades of Maya Blue #76CCFA

Tints of Maya Blue #76CCFA

Color information

#76CCFA (or 0x76CCFA) is unknown color: approx Maya Blue. HEX triplet: 76, CC and FA. RGB value is (118,204,250). Sum of RGB (Red+Green+Blue) = 118+204+250=572 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.63% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #76CCFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76CCFA is #893305. Grayscale: #B7B7B7. Windows color (decimal): -8991494 or 16436342. OLE color: 16436342.

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

Color convert

RGB118204250-
CMYK0.530.1800.02
HSL200.91º92.96%72.16%-
HSV(B)200.91º52.8%98.04%-
XYZ46.3253.9498.41-
YUV183.53165.5181.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.63%
GREEN value IS 204 (80.08% from 255) = 35.66%
BLUE value IS 250 (98.05% from 255) = 43.71%
R=20.63%
G=35.66%
B=43.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1182042500.530.1800.02200.9192.9672.16
Hex76CCFA351202c95d48
Octal166314372652202311135110
Binary11101101100110011111010110101100100101100100110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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