#76C0F1

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

Shades of Maya Blue #76C0F1

Tints of Maya Blue #76C0F1

Color information

#76C0F1 (or 0x76C0F1) is unknown color: approx Maya Blue. HEX triplet: 76, C0 and F1. RGB value is (118,192,241). Sum of RGB (Red+Green+Blue) = 118+192+241=551 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.42% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #76C0F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C0F1 is #893F0E. Grayscale: #AFAFAF. Windows color (decimal): -8994575 or 15843446. OLE color: 15843446.

HSL color Cylindrical-coordinate representation of color #76C0F1: hue angle of 203.9º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76C0F1 is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB118192241-
CMYK0.510.2000.05
HSL203.9º81.46%70.39%-
HSV(B)203.9º51.04%94.51%-
XYZ42.247.990.24-
YUV175.46164.9887.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.42%
GREEN value IS 192 (75.39% from 255) = 34.85%
BLUE value IS 241 (94.53% from 255) = 43.74%
R=21.42%
G=34.85%
B=43.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1181922410.510.2000.05203.981.4670.39
Hex76C0F1331405cc5146
Octal166300361632405314121106
Binary111011011000000111100011100111010001011100110010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,192,241); }

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

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

 a { background-color: rgb(118,192,241); }

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

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

 span { border-color: rgb(118,192,241); }

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