#79CDFB

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

Shades of Maya Blue #79CDFB

Tints of Maya Blue #79CDFB

Color information

#79CDFB (or 0x79CDFB) is unknown color: approx Maya Blue. HEX triplet: 79, CD and FB. RGB value is (121,205,251). Sum of RGB (Red+Green+Blue) = 121+205+251=577 (76% of max value = 765). Red value is 121 (47.66% from 255 or 20.97% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #79CDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79CDFB is #863204. Grayscale: #B8B8B8. Windows color (decimal): -8794629 or 16502137. OLE color: 16502137.

HSL color Cylindrical-coordinate representation of color #79CDFB: hue angle of 201.23º 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 #79CDFB is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB121205251-
CMYK0.520.1800.02
HSL201.23º94.2%72.94%-
HSV(B)201.23º51.79%98.43%-
XYZ47.1354.6999.34-
YUV185.13165.1782.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 20.97%
GREEN value IS 205 (80.47% from 255) = 35.53%
BLUE value IS 251 (98.44% from 255) = 43.50%
R=20.97%
G=35.53%
B=43.50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1212052510.520.1800.02201.2394.272.94
Hex79CDFB341202c95e49
Octal171315373642202311136111
Binary11110011100110111111011110100100100101100100110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79CDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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