#79FEF1

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

Shades of Baby Blue #79FEF1

Tints of Baby Blue #79FEF1

Color information

#79FEF1 (or 0x79FEF1) is unknown color: approx Baby Blue. HEX triplet: 79, FE and F1. RGB value is (121,254,241). Sum of RGB (Red+Green+Blue) = 121+254+241=616 (81% of max value = 765). Red value is 121 (47.66% from 255 or 19.64% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #79FEF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79FEF1 is #86010E. Grayscale: #D4D4D4. Windows color (decimal): -8782095 or 15859321. OLE color: 15859321.

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

Color convert

RGB121254241-
CMYK0.5200.050.00
HSL174.14º98.52%73.53%-
HSV(B)174.14º52.36%99.61%-
XYZ59.281.395.79-
YUV212.75143.9462.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 19.64%
GREEN value IS 254 (99.61% from 255) = 41.23%
BLUE value IS 241 (94.53% from 255) = 39.12%
R=19.64%
G=41.23%
B=39.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1212542410.5200.050.00174.1498.5273.53
Hex79FEF134050ae634a
Octal17137636164050256143112
Binary11110011111111011110001110100010101010111011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79FEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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