Html Css Color HEX #79CFDD Spray

📋 copy color: '#79CFDD'

red 121 ◦ green 207 ◦ blue 221

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

Shades of Spray #79CFDD

Tints of Spray #79CFDD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.7%

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

R = 22.04%
G = 37.7%
B = 40.26%

CMYK

 C value IS 0.45

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#79CFDD (or 0x79CFDD) is known color: Spray. HEX triplet: 79, CF and DD. RGB value is (121,207,221). Sum of RGB (Red+Green+Blue) = 121+207+221=549 (72% of max value = 765). Red value is 121 (47.66% from 255 or 22.04% from 549); Green value is 207 (81.25% from 255 or 37.70% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #79CFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CFDD is #863022. Grayscale: #B6B6B6. Windows color (decimal): -8794147 or 14536569. OLE color: 14536569.

HSL color Cylindrical-coordinate representation of color #79CFDD: hue angle of 188.4º 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 #79CFDD is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 207 221 -
CMYK 0.45 0.06 0 0.13
HSL 188.4º 0.6% 0.67% -
HSV(B) 188.4º 0.45% 0.87% -
XYZ 43.25 53.91 76.53 -
YUV 182.88 149.51 83.86 -
System Red Green Blue C M Y K H S L
Decimal 121 207 221 0.45 0.06 0 0.13 188.4 0.6 0.67
Hex 79 CF DD 2D 6 0 D BC 3C 43
Octal 171 317 335 55 6 0 15 274 74 103
Binary 1111001 11001111 11011101 101101 110 0 1101 10111100 111100 1000011

Color Harmonies of #79CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79CFDD

Black with #79CFDD

Text Example


Text Example

White with #79CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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