#79BFFB

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

Shades of Maya Blue #79BFFB

Tints of Maya Blue #79BFFB

Color information

#79BFFB (or 0x79BFFB) is unknown color: approx Maya Blue. HEX triplet: 79, BF and FB. RGB value is (121,191,251). Sum of RGB (Red+Green+Blue) = 121+191+251=563 (74% of max value = 765). Red value is 121 (47.66% from 255 or 21.49% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #79BFFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79BFFB is #864004. Grayscale: #B0B0B0. Windows color (decimal): -8798213 or 16498553. OLE color: 16498553.

HSL color Cylindrical-coordinate representation of color #79BFFB: hue angle of 207.69º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79BFFB is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB121191251-
CMYK0.520.2400.02
HSL207.69º94.2%72.94%-
HSV(B)207.69º51.79%98.43%-
XYZ43.9348.2998.27-
YUV176.91169.8188.12-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 21.49%
GREEN value IS 191 (75% from 255) = 33.93%
BLUE value IS 251 (98.44% from 255) = 44.58%
R=21.49%
G=33.93%
B=44.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1211912510.520.2400.02207.6994.272.94
Hex79BFFB341802d05e49
Octal171277373643002320136111
Binary11110011011111111111011110100110000101101000010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79BFFB; }

 p { color: rgb(121,191,251); }

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

<style>
 a { background-color: #79BFFB; }

 a { background-color: rgb(121,191,251); }

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

<style>
 span { border-color: #79BFFB; }

 span { border-color: rgb(121,191,251); }

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