#79D0E4

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

Shades of Spray #79D0E4

Tints of Spray #79D0E4

Color information

#79D0E4 (or 0x79D0E4) is unknown color: approx Spray. HEX triplet: 79, D0 and E4. RGB value is (121,208,228). Sum of RGB (Red+Green+Blue) = 121+208+228=557 (73% of max value = 765). Red value is 121 (47.66% from 255 or 21.72% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 228 (89.45% from 255 or 40.93% from 557); Max value from RGB is 228 - color contains mainly: blue. Hex color #79D0E4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79D0E4 is #862F1B. Grayscale: #B8B8B8. Windows color (decimal): -8793884 or 14995577. OLE color: 14995577.

HSL color Cylindrical-coordinate representation of color #79D0E4: hue angle of 191.21º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #79D0E4 is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB121208228-
CMYK0.470.0900.11
HSL191.21º66.46%68.43%-
HSV(B)191.21º46.93%89.41%-
XYZ44.4454.7881.63-
YUV184.27152.6882.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 21.72%
GREEN value IS 208 (81.64% from 255) = 37.34%
BLUE value IS 228 (89.45% from 255) = 40.93%
R=21.72%
G=37.34%
B=40.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1212082280.470.0900.11191.2166.4668.43
Hex79D0E42F90Bbf4244
Octal1713203445711013277102104
Binary111100111010000111001001011111001010111011111110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79D0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,208,228); }

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

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

 a { background-color: rgb(121,208,228); }

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

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

 span { border-color: rgb(121,208,228); }

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