#76C7FD

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

Shades of Maya Blue #76C7FD

Tints of Maya Blue #76C7FD

Color information

#76C7FD (or 0x76C7FD) is unknown color: approx Maya Blue. HEX triplet: 76, C7 and FD. RGB value is (118,199,253). Sum of RGB (Red+Green+Blue) = 118+199+253=570 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.70% from 570); Green value is 199 (78.12% from 255 or 34.91% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #76C7FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C7FD is #893802. Grayscale: #B4B4B4. Windows color (decimal): -8992771 or 16631670. OLE color: 16631670.

HSL color Cylindrical-coordinate representation of color #76C7FD: hue angle of 204º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76C7FD is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB118199253-
CMYK0.530.2100.01
HSL204º97.12%72.75%-
HSV(B)204º53.36%99.22%-
XYZ45.6251.79100.52-
YUV180.94168.6683.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.70%
GREEN value IS 199 (78.12% from 255) = 34.91%
BLUE value IS 253 (99.22% from 255) = 44.39%
R=20.70%
G=34.91%
B=44.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1181992530.530.2100.0120497.1272.75
Hex76C7FD351501cc6149
Octal166307375652501314141111
Binary1110110110001111111110111010110101011100110011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,199,253); }

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

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

 a { background-color: rgb(118,199,253); }

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

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

 span { border-color: rgb(118,199,253); }

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