#76D1F7

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

Shades of Maya Blue #76D1F7

Tints of Maya Blue #76D1F7

Color information

#76D1F7 (or 0x76D1F7) is unknown color: approx Maya Blue. HEX triplet: 76, D1 and F7. RGB value is (118,209,247). Sum of RGB (Red+Green+Blue) = 118+209+247=574 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.56% from 574); Green value is 209 (82.03% from 255 or 36.41% from 574); Blue value is 247 (96.88% from 255 or 43.03% from 574); Max value from RGB is 247 - color contains mainly: blue. Hex color #76D1F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D1F7 is #892E08. Grayscale: #B9B9B9. Windows color (decimal): -8990217 or 16241014. OLE color: 16241014.

HSL color Cylindrical-coordinate representation of color #76D1F7: hue angle of 197.67º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76D1F7 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB118209247-
CMYK0.520.1500.03
HSL197.67º88.97%71.57%-
HSV(B)197.67º52.23%96.86%-
XYZ47.0656.1796.36-
YUV186.12162.3579.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.56%
GREEN value IS 209 (82.03% from 255) = 36.41%
BLUE value IS 247 (96.88% from 255) = 43.03%
R=20.56%
G=36.41%
B=43.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1182092470.520.1500.03197.6788.9771.57
Hex76D1F734F03c65948
Octal166321367641703306131110
Binary1110110110100011111011111010011110111100011010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D1F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,209,247); }

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

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

 a { background-color: rgb(118,209,247); }

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

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

 span { border-color: rgb(118,209,247); }

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