#76ABFB

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

Shades of Maya Blue #76ABFB

Tints of Maya Blue #76ABFB

Color information

#76ABFB (or 0x76ABFB) is unknown color: approx Maya Blue. HEX triplet: 76, AB and FB. RGB value is (118,171,251). Sum of RGB (Red+Green+Blue) = 118+171+251=540 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.85% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #76ABFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76ABFB is #895404. Grayscale: #A3A3A3. Windows color (decimal): -8999941 or 16493430. OLE color: 16493430.

HSL color Cylindrical-coordinate representation of color #76ABFB: hue angle of 216.09º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76ABFB is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB118171251-
CMYK0.530.3200.02
HSL216.09º94.33%72.35%-
HSV(B)216.09º52.99%98.43%-
XYZ39.4539.9496.9-
YUV164.27176.9495-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.85%
GREEN value IS 171 (67.19% from 255) = 31.67%
BLUE value IS 251 (98.44% from 255) = 46.48%
R=21.85%
G=31.67%
B=46.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1181712510.530.3200.02216.0994.3372.35
Hex76ABFB352002d85e48
Octal166253373654002330136110
Binary111011010101011111110111101011000000101101100010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76ABFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,171,251); }

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

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

 a { background-color: rgb(118,171,251); }

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

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

 span { border-color: rgb(118,171,251); }

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