#79CBE2

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

Shades of Spray #79CBE2

Tints of Spray #79CBE2

Color information

#79CBE2 (or 0x79CBE2) is unknown color: approx Spray. HEX triplet: 79, CB and E2. RGB value is (121,203,226). Sum of RGB (Red+Green+Blue) = 121+203+226=550 (72% of max value = 765). Red value is 121 (47.66% from 255 or 22% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 226 (88.67% from 255 or 41.09% from 550); Max value from RGB is 226 - color contains mainly: blue. Hex color #79CBE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CBE2 is #86341D. Grayscale: #B4B4B4. Windows color (decimal): -8795166 or 14863225. OLE color: 14863225.

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

Color convert

RGB121203226-
CMYK0.460.1000.11
HSL193.14º64.42%68.04%-
HSV(B)193.14º46.46%88.63%-
XYZ42.9752.2779.78-
YUV181.1153.3385.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22%
GREEN value IS 203 (79.69% from 255) = 36.91%
BLUE value IS 226 (88.67% from 255) = 41.09%
R=22%
G=36.91%
B=41.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1212032260.460.1000.11193.1464.4268.04
Hex79CBE22EA0Bc14044
Octal1713133425612013301100104
Binary111100111001011111000101011101010010111100000110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79CBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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