Html Css Color HEX #79C8CB Spray

📋 copy color: '#79C8CB'

red 121 ◦ green 200 ◦ blue 203

#79C8CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spray #79C8CB

Tints of Spray #79C8CB

RGB

 RED value IS 121 (47.66% from 255) = 23.09%

 GREEN value IS 200 (78.52% from 255) = 38.17%

 BLUE value IS 203 (79.69% from 255) = 38.74%

R = 23.09%
G = 38.17%
B = 38.74%

CMYK

 C value IS 0.40

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#79C8CB (or 0x79C8CB) is known color: Spray. HEX triplet: 79, C8 and CB. RGB value is (121,200,203). Sum of RGB (Red+Green+Blue) = 121+200+203=524 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.09% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #79C8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79C8CB is #863734. Grayscale: #B0B0B0. Windows color (decimal): -8795957 or 13355129. OLE color: 13355129.

HSL color Cylindrical-coordinate representation of color #79C8CB: hue angle of 182.2º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79C8CB is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 121 200 203 -
CMYK 0.40 0.01 0 0.20
HSL 182.2º 0.44% 0.64% -
HSV(B) 182.2º 0.4% 0.8% -
XYZ 39.32 49.69 64.02 -
YUV 176.72 142.83 88.26 -
System Red Green Blue C M Y K H S L
Decimal 121 200 203 0.40 0.01 0 0.20 182.2 0.44 0.64
Hex 79 C8 CB 28 1 0 14 B6 2C 40
Octal 171 310 313 50 1 0 24 266 54 100
Binary 1111001 11001000 11001011 101000 1 0 10100 10110110 101100 1000000

Color Harmonies of #79C8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79C8CB

Black with #79C8CB

Text Example


Text Example

White with #79C8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #79C8CB;
 }
 .AnyTagClassName
 {
   color: #79C8CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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