Html Css Color HEX #73C7DC Spray

📋 copy color: '#73C7DC'

red 115 ◦ green 199 ◦ blue 220

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

Shades of Spray #73C7DC

Tints of Spray #73C7DC

RGB

 RED value IS 115 (45.31% from 255) = 21.54%

 GREEN value IS 199 (78.13% from 255) = 37.27%

 BLUE value IS 220 (86.33% from 255) = 41.2%

R = 21.54%
G = 37.27%
B = 41.2%

CMYK

 C value IS 0.48

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#73C7DC (or 0x73C7DC) is known color: Spray. HEX triplet: 73, C7 and DC. RGB value is (115,199,220). Sum of RGB (Red+Green+Blue) = 115+199+220=534 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.54% from 534); Green value is 199 (78.12% from 255 or 37.27% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #73C7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C7DC is #8C3823. Grayscale: #B0B0B0. Windows color (decimal): -9189412 or 14468979. OLE color: 14468979.

HSL color Cylindrical-coordinate representation of color #73C7DC: hue angle of 192º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73C7DC is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 199 220 -
CMYK 0.48 0.10 0 0.14
HSL 192º 0.6% 0.66% -
HSV(B) 192º 0.48% 0.86% -
XYZ 40.41 49.66 75.17 -
YUV 176.28 152.67 84.29 -
System Red Green Blue C M Y K H S L
Decimal 115 199 220 0.48 0.10 0 0.14 192 0.6 0.66
Hex 73 C7 DC 30 A 0 E C0 3C 42
Octal 163 307 334 60 12 0 16 300 74 102
Binary 1110011 11000111 11011100 110000 1010 0 1110 11000000 111100 1000010

Color Harmonies of #73C7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C7DC

Black with #73C7DC

Text Example


Text Example

White with #73C7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73C7DC; }

 p { color: rgb(115,199,220); }

 H1.HeaderClassName
 {
   color: #73C7DC;
 }
 .AnyTagClassName
 {
   color: #73C7DC;
 }
</style>

background-color css

<style>
 a { background-color: #73C7DC; }

 a { background-color: rgb(115,199,220); }

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

border-color css

<style>
 span { border-color: #73C7DC; }

 span { border-color: rgb(115,199,220); }

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