Html Css Color HEX #73D8CC Downy

📋 copy color: '#73D8CC'

red 115 ◦ green 216 ◦ blue 204

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

Shades of Downy #73D8CC

Tints of Downy #73D8CC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.37%

 BLUE value IS 204 (80.08% from 255) = 38.13%

R = 21.5%
G = 40.37%
B = 38.13%

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

#73D8CC (or 0x73D8CC) is known color: Downy. HEX triplet: 73, D8 and CC. RGB value is (115,216,204). Sum of RGB (Red+Green+Blue) = 115+216+204=535 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.50% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #73D8CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D8CC is #8C2733. Grayscale: #B8B8B8. Windows color (decimal): -9185076 or 13424755. OLE color: 13424755.

HSL color Cylindrical-coordinate representation of color #73D8CC: hue angle of 172.87º degrees, saturation: 0.56, 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 #73D8CC is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 216 204 -
CMYK 0.47 0 0.06 0.15
HSL 172.87º 0.56% 0.65% -
HSV(B) 172.87º 0.47% 0.85% -
XYZ 42.53 57.12 65.91 -
YUV 184.43 139.04 78.48 -
System Red Green Blue C M Y K H S L
Decimal 115 216 204 0.47 0 0.06 0.15 172.87 0.56 0.65
Hex 73 D8 CC 2F 0 6 F AD 38 41
Octal 163 330 314 57 0 6 17 255 70 101
Binary 1110011 11011000 11001100 101111 0 110 1111 10101101 111000 1000001

Color Harmonies of #73D8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D8CC

Black with #73D8CC

Text Example


Text Example

White with #73D8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,216,204); }

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

background-color css

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

 a { background-color: rgb(115,216,204); }

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

border-color css

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

 span { border-color: rgb(115,216,204); }

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