Html Css Color HEX #79CDDD Spray

📋 copy color: '#79CDDD'

red 121 ◦ green 205 ◦ blue 221

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

Shades of Spray #79CDDD

Tints of Spray #79CDDD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.48%

 BLUE value IS 221 (86.72% from 255) = 40.4%

R = 22.12%
G = 37.48%
B = 40.4%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#79CDDD (or 0x79CDDD) is known color: Spray. HEX triplet: 79, CD and DD. RGB value is (121,205,221). Sum of RGB (Red+Green+Blue) = 121+205+221=547 (72% of max value = 765). Red value is 121 (47.66% from 255 or 22.12% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #79CDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CDDD is #863222. Grayscale: #B5B5B5. Windows color (decimal): -8794659 or 14536057. OLE color: 14536057.

HSL color Cylindrical-coordinate representation of color #79CDDD: hue angle of 189.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79CDDD is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 205 221 -
CMYK 0.45 0.07 0 0.13
HSL 189.6º 0.6% 0.67% -
HSV(B) 189.6º 0.45% 0.87% -
XYZ 42.77 52.95 76.37 -
YUV 181.71 150.17 84.7 -
System Red Green Blue C M Y K H S L
Decimal 121 205 221 0.45 0.07 0 0.13 189.6 0.6 0.67
Hex 79 CD DD 2D 7 0 D BE 3C 43
Octal 171 315 335 55 7 0 15 276 74 103
Binary 1111001 11001101 11011101 101101 111 0 1101 10111110 111100 1000011

Color Harmonies of #79CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79CDDD

Black with #79CDDD

Text Example


Text Example

White with #79CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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