#79CBF5

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

Shades of Maya Blue #79CBF5

Tints of Maya Blue #79CBF5

Color information

#79CBF5 (or 0x79CBF5) is unknown color: approx Maya Blue. HEX triplet: 79, CB and F5. RGB value is (121,203,245). Sum of RGB (Red+Green+Blue) = 121+203+245=569 (75% of max value = 765). Red value is 121 (47.66% from 255 or 21.27% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 245 (96.09% from 255 or 43.06% from 569); Max value from RGB is 245 - color contains mainly: blue. Hex color #79CBF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79CBF5 is #86340A. Grayscale: #B7B7B7. Windows color (decimal): -8795147 or 16108409. OLE color: 16108409.

HSL color Cylindrical-coordinate representation of color #79CBF5: hue angle of 200.32º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #79CBF5 is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB121203245-
CMYK0.510.1700.04
HSL200.32º86.11%71.76%-
HSV(B)200.32º50.61%96.08%-
XYZ45.7253.3794.28-
YUV183.27162.8383.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 21.27%
GREEN value IS 203 (79.69% from 255) = 35.68%
BLUE value IS 245 (96.09% from 255) = 43.06%
R=21.27%
G=35.68%
B=43.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1212032450.510.1700.04200.3286.1171.76
Hex79CBF5331104c85648
Octal171313365632104310126110
Binary111100111001011111101011100111000101001100100010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79CBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,203,245); }

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

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

 a { background-color: rgb(121,203,245); }

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

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

 span { border-color: rgb(121,203,245); }

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