#79CEE1

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

Shades of Spray #79CEE1

Tints of Spray #79CEE1

Color information

#79CEE1 (or 0x79CEE1) is unknown color: approx Spray. HEX triplet: 79, CE and E1. RGB value is (121,206,225). Sum of RGB (Red+Green+Blue) = 121+206+225=552 (73% of max value = 765). Red value is 121 (47.66% from 255 or 21.92% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 225 (88.28% from 255 or 40.76% from 552); Max value from RGB is 225 - color contains mainly: blue. Hex color #79CEE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CEE1 is #86311E. Grayscale: #B6B6B6. Windows color (decimal): -8794399 or 14798457. OLE color: 14798457.

HSL color Cylindrical-coordinate representation of color #79CEE1: hue angle of 190.96º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #79CEE1 is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB121206225-
CMYK0.460.0800.12
HSL190.96º63.41%67.84%-
HSV(B)190.96º46.22%88.24%-
XYZ43.5553.6479.29-
YUV182.75151.8483.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 21.92%
GREEN value IS 206 (80.86% from 255) = 37.32%
BLUE value IS 225 (88.28% from 255) = 40.76%
R=21.92%
G=37.32%
B=40.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1212062250.460.0800.12190.9663.4167.84
Hex79CEE12E80Cbf3f44
Octal171316341561001427777104
Binary11110011100111011100001101110100001100101111111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79CEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,206,225); }

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

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

 a { background-color: rgb(121,206,225); }

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

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

 span { border-color: rgb(121,206,225); }

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