Html Css Color HEX #73DACD Downy

📋 copy color: '#73DACD'

red 115 ◦ green 218 ◦ blue 205

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

Shades of Downy #73DACD

Tints of Downy #73DACD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.52%

 BLUE value IS 205 (80.47% from 255) = 38.1%

R = 21.38%
G = 40.52%
B = 38.1%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#73DACD (or 0x73DACD) is known color: Downy. HEX triplet: 73, DA and CD. RGB value is (115,218,205). Sum of RGB (Red+Green+Blue) = 115+218+205=538 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.38% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 218 - color contains mainly: green. Hex color #73DACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DACD is #8C2532. Grayscale: #B9B9B9. Windows color (decimal): -9184563 or 13490803. OLE color: 13490803.

HSL color Cylindrical-coordinate representation of color #73DACD: hue angle of 172.43º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73DACD is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 218 205 -
CMYK 0.47 0 0.06 0.15
HSL 172.43º 0.58% 0.65% -
HSV(B) 172.43º 0.47% 0.85% -
XYZ 43.16 58.2 66.72 -
YUV 185.72 138.88 77.56 -
System Red Green Blue C M Y K H S L
Decimal 115 218 205 0.47 0 0.06 0.15 172.43 0.58 0.65
Hex 73 DA CD 2F 0 6 F AC 3A 41
Octal 163 332 315 57 0 6 17 254 72 101
Binary 1110011 11011010 11001101 101111 0 110 1111 10101100 111010 1000001

Color Harmonies of #73DACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DACD

Black with #73DACD

Text Example


Text Example

White with #73DACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,218,205); }

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

background-color css

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

 a { background-color: rgb(115,218,205); }

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

border-color css

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

 span { border-color: rgb(115,218,205); }

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