#76B7F7

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

Shades of Maya Blue #76B7F7

Tints of Maya Blue #76B7F7

Color information

#76B7F7 (or 0x76B7F7) is unknown color: approx Maya Blue. HEX triplet: 76, B7 and F7. RGB value is (118,183,247). Sum of RGB (Red+Green+Blue) = 118+183+247=548 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.53% from 548); Green value is 183 (71.88% from 255 or 33.39% from 548); Blue value is 247 (96.88% from 255 or 45.07% from 548); Max value from RGB is 247 - color contains mainly: blue. Hex color #76B7F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76B7F7 is #894808. Grayscale: #AAAAAA. Windows color (decimal): -8996873 or 16234358. OLE color: 16234358.

HSL color Cylindrical-coordinate representation of color #76B7F7: hue angle of 209.77º 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 #76B7F7 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB118183247-
CMYK0.520.2600.03
HSL209.77º88.97%71.57%-
HSV(B)209.77º52.23%96.86%-
XYZ41.1944.4394.4-
YUV170.86170.9790.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.53%
GREEN value IS 183 (71.88% from 255) = 33.39%
BLUE value IS 247 (96.88% from 255) = 45.07%
R=21.53%
G=33.39%
B=45.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1181832470.520.2600.03209.7788.9771.57
Hex76B7F7341A03d25948
Octal166267367643203322131110
Binary11101101011011111110111110100110100111101001010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B7F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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