#76C1FC

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

Shades of Maya Blue #76C1FC

Tints of Maya Blue #76C1FC

Color information

#76C1FC (or 0x76C1FC) is unknown color: approx Maya Blue. HEX triplet: 76, C1 and FC. RGB value is (118,193,252). Sum of RGB (Red+Green+Blue) = 118+193+252=563 (74% of max value = 765). Red value is 118 (46.48% from 255 or 20.96% from 563); Green value is 193 (75.78% from 255 or 34.28% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #76C1FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C1FC is #893E03. Grayscale: #B0B0B0. Windows color (decimal): -8994308 or 16564598. OLE color: 16564598.

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

Color convert

RGB118193252-
CMYK0.530.2300.01
HSL206.42º95.71%72.55%-
HSV(B)206.42º53.17%98.82%-
XYZ44.1149.0299.23-
YUV177.3170.1585.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.96%
GREEN value IS 193 (75.78% from 255) = 34.28%
BLUE value IS 252 (98.83% from 255) = 44.76%
R=20.96%
G=34.28%
B=44.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1181932520.530.2300.01206.4295.7172.55
Hex76C1FC351701ce6049
Octal166301374652701316140111
Binary1110110110000011111110011010110111011100111011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,193,252); }

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

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

 a { background-color: rgb(118,193,252); }

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

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

 span { border-color: rgb(118,193,252); }

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