#79DEFC

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

Shades of Light Sky Blue #79DEFC

Tints of Light Sky Blue #79DEFC

Color information

#79DEFC (or 0x79DEFC) is unknown color: approx Light Sky Blue. HEX triplet: 79, DE and FC. RGB value is (121,222,252). Sum of RGB (Red+Green+Blue) = 121+222+252=595 (78% of max value = 765). Red value is 121 (47.66% from 255 or 20.34% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #79DEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79DEFC is #862103. Grayscale: #C2C2C2. Windows color (decimal): -8790276 or 16572025. OLE color: 16572025.

HSL color Cylindrical-coordinate representation of color #79DEFC: hue angle of 193.74º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79DEFC is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB121222252-
CMYK0.520.1200.01
HSL193.74º95.62%73.14%-
HSV(B)193.74º51.98%98.82%-
XYZ51.5863.34101.6-
YUV195.22160.0475.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 20.34%
GREEN value IS 222 (87.11% from 255) = 37.31%
BLUE value IS 252 (98.83% from 255) = 42.35%
R=20.34%
G=37.31%
B=42.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1212222520.520.1200.01193.7495.6273.14
Hex79DEFC34C01c26049
Octal171336374641401302140111
Binary111100111011110111111001101001100011100001011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79DEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,222,252); }

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

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

 a { background-color: rgb(121,222,252); }

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

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

 span { border-color: rgb(121,222,252); }

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