#79CDFE

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

Shades of Maya Blue #79CDFE

Tints of Maya Blue #79CDFE

Color information

#79CDFE (or 0x79CDFE) is unknown color: approx Maya Blue. HEX triplet: 79, CD and FE. RGB value is (121,205,254). Sum of RGB (Red+Green+Blue) = 121+205+254=580 (76% of max value = 765). Red value is 121 (47.66% from 255 or 20.86% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #79CDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79CDFE is #863201. Grayscale: #B9B9B9. Windows color (decimal): -8794626 or 16698745. OLE color: 16698745.

HSL color Cylindrical-coordinate representation of color #79CDFE: hue angle of 202.11º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79CDFE is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB121205254-
CMYK0.520.1900.00
HSL202.11º98.52%73.53%-
HSV(B)202.11º52.36%99.61%-
XYZ47.6154.88101.85-
YUV185.47166.6782.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 20.86%
GREEN value IS 205 (80.47% from 255) = 35.34%
BLUE value IS 254 (99.61% from 255) = 43.79%
R=20.86%
G=35.34%
B=43.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1212052540.520.1900.00202.1198.5273.53
Hex79CDFE341300ca634a
Octal171315376642300312143112
Binary1111001110011011111111011010010011001100101011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79CDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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