Html Css Color HEX #73D8CB Downy

📋 copy color: '#73D8CB'

red 115 ◦ green 216 ◦ blue 203

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

Shades of Downy #73D8CB

Tints of Downy #73D8CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.01%

R = 21.54%
G = 40.45%
B = 38.01%

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

#73D8CB (or 0x73D8CB) is known color: Downy. HEX triplet: 73, D8 and CB. RGB value is (115,216,203). Sum of RGB (Red+Green+Blue) = 115+216+203=534 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.54% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 216 - color contains mainly: green. Hex color #73D8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D8CB is #8C2734. Grayscale: #B8B8B8. Windows color (decimal): -9185077 or 13359219. OLE color: 13359219.

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

Color convert

RGB 115 216 203 -
CMYK 0.47 0 0.06 0.15
HSL 172.28º 0.56% 0.65% -
HSV(B) 172.28º 0.47% 0.85% -
XYZ 42.41 57.07 65.28 -
YUV 184.32 138.54 78.56 -
System Red Green Blue C M Y K H S L
Decimal 115 216 203 0.47 0 0.06 0.15 172.28 0.56 0.65
Hex 73 D8 CB 2F 0 6 F AC 38 41
Octal 163 330 313 57 0 6 17 254 70 101
Binary 1110011 11011000 11001011 101111 0 110 1111 10101100 111000 1000001

Color Harmonies of #73D8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D8CB

Black with #73D8CB

Text Example


Text Example

White with #73D8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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