Html Css Color HEX #73DCCE Downy

📋 copy color: '#73DCCE'

red 115 ◦ green 220 ◦ blue 206

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

Shades of Downy #73DCCE

Tints of Downy #73DCCE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.67%

 BLUE value IS 206 (80.86% from 255) = 38.08%

R = 21.26%
G = 40.67%
B = 38.08%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#73DCCE (or 0x73DCCE) is known color: Downy. HEX triplet: 73, DC and CE. RGB value is (115,220,206). Sum of RGB (Red+Green+Blue) = 115+220+206=541 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.26% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #73DCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DCCE is #8C2331. Grayscale: #BABABA. Windows color (decimal): -9184050 or 13556851. OLE color: 13556851.

HSL color Cylindrical-coordinate representation of color #73DCCE: hue angle of 172º 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 #73DCCE is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 220 206 -
CMYK 0.48 0 0.06 0.14
HSL 172º 0.6% 0.66% -
HSV(B) 172º 0.48% 0.86% -
XYZ 43.8 59.29 67.53 -
YUV 187.01 138.71 76.64 -
System Red Green Blue C M Y K H S L
Decimal 115 220 206 0.48 0 0.06 0.14 172 0.6 0.66
Hex 73 DC CE 30 0 6 E AC 3C 42
Octal 163 334 316 60 0 6 16 254 74 102
Binary 1110011 11011100 11001110 110000 0 110 1110 10101100 111100 1000010

Color Harmonies of #73DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DCCE

Black with #73DCCE

Text Example


Text Example

White with #73DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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