#79CCCD

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

Shades of Spray #79CCCD

Tints of Spray #79CCCD

Color information

#79CCCD (or 0x79CCCD) is unknown color: approx Spray. HEX triplet: 79, CC and CD. RGB value is (121,204,205). Sum of RGB (Red+Green+Blue) = 121+204+205=530 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.83% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #79CCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CCCD is #863332. Grayscale: #B3B3B3. Windows color (decimal): -8794931 or 13487225. OLE color: 13487225.

HSL color Cylindrical-coordinate representation of color #79CCCD: hue angle of 180.71º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #79CCCD is Cyan = 0.41, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB121204205-
CMYK0.410.0000.20
HSL180.71º45.65%63.92%-
HSV(B)180.71º40.98%80.39%-
XYZ40.551.6665.59-
YUV179.3142.586.42-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.83%
GREEN value IS 204 (80.08% from 255) = 38.49%
BLUE value IS 205 (80.47% from 255) = 38.68%
R=22.83%
G=38.49%
B=38.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1212042050.410.0000.20180.7145.6563.92
Hex79CCCD290014b52e40
Octal17131431551002426556100
Binary111100111001100110011011010010010100101101011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79CCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,204,205); }

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

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

 a { background-color: rgb(121,204,205); }

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

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

 span { border-color: rgb(121,204,205); }

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