Html Css Color HEX #79CBDB Spray

📋 copy color: '#79CBDB'

red 121 ◦ green 203 ◦ blue 219

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

Shades of Spray #79CBDB

Tints of Spray #79CBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.38%

 BLUE value IS 219 (85.94% from 255) = 40.33%

R = 22.28%
G = 37.38%
B = 40.33%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#79CBDB (or 0x79CBDB) is known color: Spray. HEX triplet: 79, CB and DB. RGB value is (121,203,219). Sum of RGB (Red+Green+Blue) = 121+203+219=543 (71% of max value = 765). Red value is 121 (47.66% from 255 or 22.28% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #79CBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CBDB is #863424. Grayscale: #B4B4B4. Windows color (decimal): -8795173 or 14404473. OLE color: 14404473.

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

Color convert

RGB 121 203 219 -
CMYK 0.45 0.07 0 0.14
HSL 189.8º 0.58% 0.67% -
HSV(B) 189.8º 0.45% 0.86% -
XYZ 42.03 51.89 74.82 -
YUV 180.31 149.83 85.7 -
System Red Green Blue C M Y K H S L
Decimal 121 203 219 0.45 0.07 0 0.14 189.8 0.58 0.67
Hex 79 CB DB 2D 7 0 E BE 3A 43
Octal 171 313 333 55 7 0 16 276 72 103
Binary 1111001 11001011 11011011 101101 111 0 1110 10111110 111010 1000011

Color Harmonies of #79CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79CBDB

Black with #79CBDB

Text Example


Text Example

White with #79CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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