#79CBCC

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

Shades of Spray #79CBCC

Tints of Spray #79CBCC

Color information

#79CBCC (or 0x79CBCC) is unknown color: approx Spray. HEX triplet: 79, CB and CC. RGB value is (121,203,204). Sum of RGB (Red+Green+Blue) = 121+203+204=528 (69% of max value = 765). Red value is 121 (47.66% from 255 or 22.92% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #79CBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CBCC is #863433. Grayscale: #B2B2B2. Windows color (decimal): -8795188 or 13421433. OLE color: 13421433.

HSL color Cylindrical-coordinate representation of color #79CBCC: hue angle of 180.72º degrees, saturation: 0.45, 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 #79CBCC is Cyan = 0.41, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB121203204-
CMYK0.410.0000.2
HSL180.72º44.86%63.73%-
HSV(B)180.72º40.69%80%-
XYZ40.1451.1464.88-
YUV178.6142.3386.92-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.92%
GREEN value IS 203 (79.69% from 255) = 38.45%
BLUE value IS 204 (80.08% from 255) = 38.64%
R=22.92%
G=38.45%
B=38.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1212032040.410.0000.2180.7244.8663.73
Hex79CBCC290014b52d40
Octal17131331451002426555100
Binary111100111001011110011001010010010100101101011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79CBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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