#79DAFA

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

Shades of Light Sky Blue #79DAFA

Tints of Light Sky Blue #79DAFA

Color information

#79DAFA (or 0x79DAFA) is unknown color: approx Light Sky Blue. HEX triplet: 79, DA and FA. RGB value is (121,218,250). Sum of RGB (Red+Green+Blue) = 121+218+250=589 (78% of max value = 765). Red value is 121 (47.66% from 255 or 20.54% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #79DAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79DAFA is #862505. Grayscale: #C0C0C0. Windows color (decimal): -8791302 or 16439929. OLE color: 16439929.

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

Color convert

RGB121218250-
CMYK0.520.1300.02
HSL194.88º92.81%72.75%-
HSV(B)194.88º51.6%98.04%-
XYZ50.2161.1199.59-
YUV192.64160.3676.9-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 20.54%
GREEN value IS 218 (85.55% from 255) = 37.01%
BLUE value IS 250 (98.05% from 255) = 42.44%
R=20.54%
G=37.01%
B=42.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1212182500.520.1300.02194.8892.8172.75
Hex79DAFA34D02c35d49
Octal171332372641502303135111
Binary1111001110110101111101011010011010101100001110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79DAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,218,250); }

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

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

 a { background-color: rgb(121,218,250); }

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

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

 span { border-color: rgb(121,218,250); }

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