#79b8f1

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

Shades of Maya Blue #79B8F1

Tints of Maya Blue #79B8F1

Color information

#79B8F1 (or 0x79B8F1) is unknown color: approx Maya Blue. HEX triplet: 79, B8 and F1. RGB value is (121,184,241). Sum of RGB (Red+Green+Blue) = 121+184+241=546 (72% of max value = 765). Red value is 121 (47.66% from 255 or 22.16% from 546); Green value is 184 (72.27% from 255 or 33.70% from 546); Blue value is 241 (94.53% from 255 or 44.14% from 546); Max value from RGB is 241 - color contains mainly: blue. Hex color #79B8F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79B8F1 is #86470E. Grayscale: #ABABAB. Windows color (decimal): -8800015 or 15841401. OLE color: 15841401.

HSL color Cylindrical-coordinate representation of color #79B8F1: hue angle of 208.5º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #79B8F1 is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB121184241-
CMYK0.500.2400.05
HSL208.5º81.08%70.98%-
HSV(B)208.5º49.79%94.51%-
XYZ40.944.789.69-
YUV171.66167.1391.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.16%
GREEN value IS 184 (72.27% from 255) = 33.70%
BLUE value IS 241 (94.53% from 255) = 44.14%
R=22.16%
G=33.70%
B=44.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1211842410.500.2400.05208.581.0870.98
Hex79B8F1321805d05147
Octal171270361623005320121107
Binary111100110111000111100011100101100001011101000010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79b8f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,184,241); }

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

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

 a { background-color: rgb(121,184,241); }

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

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

 span { border-color: rgb(121,184,241); }

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