#76BCFD

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

Shades of Maya Blue #76BCFD

Tints of Maya Blue #76BCFD

Color information

#76BCFD (or 0x76BCFD) is unknown color: approx Maya Blue. HEX triplet: 76, BC and FD. RGB value is (118,188,253). Sum of RGB (Red+Green+Blue) = 118+188+253=559 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.11% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #76BCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BCFD is #894302. Grayscale: #AEAEAE. Windows color (decimal): -8995587 or 16628854. OLE color: 16628854.

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

Color convert

RGB118188253-
CMYK0.530.2600.01
HSL208.89º97.12%72.75%-
HSV(B)208.89º53.36%99.22%-
XYZ43.1846.9199.71-
YUV174.48172.3187.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.11%
GREEN value IS 188 (73.83% from 255) = 33.63%
BLUE value IS 253 (99.22% from 255) = 45.26%
R=21.11%
G=33.63%
B=45.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1181882530.530.2600.01208.8997.1272.75
Hex76BCFD351A01d16149
Octal166274375653201321141111
Binary1110110101111001111110111010111010011101000111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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