Html Css Color HEX #73C8D0 Spray

📋 copy color: '#73C8D0'

red 115 ◦ green 200 ◦ blue 208

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

Shades of Spray #73C8D0

Tints of Spray #73C8D0

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.24%

 BLUE value IS 208 (81.64% from 255) = 39.77%

R = 21.99%
G = 38.24%
B = 39.77%

CMYK

 C value IS 0.45

 M value IS 0.04

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#73C8D0 (or 0x73C8D0) is known color: Spray. HEX triplet: 73, C8 and D0. RGB value is (115,200,208). Sum of RGB (Red+Green+Blue) = 115+200+208=523 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.99% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 208 - color contains mainly: blue. Hex color #73C8D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C8D0 is #8C372F. Grayscale: #AFAFAF. Windows color (decimal): -9189168 or 13682803. OLE color: 13682803.

HSL color Cylindrical-coordinate representation of color #73C8D0: hue angle of 185.16º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73C8D0 is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 115 200 208 -
CMYK 0.45 0.04 0 0.18
HSL 185.16º 0.5% 0.63% -
HSV(B) 185.16º 0.45% 0.82% -
XYZ 39.11 49.51 67.17 -
YUV 175.5 146.34 84.85 -
System Red Green Blue C M Y K H S L
Decimal 115 200 208 0.45 0.04 0 0.18 185.16 0.5 0.63
Hex 73 C8 D0 2D 4 0 12 B9 32 3F
Octal 163 310 320 55 4 0 22 271 62 77
Binary 1110011 11001000 11010000 101101 100 0 10010 10111001 110010 111111

Color Harmonies of #73C8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C8D0

Black with #73C8D0

Text Example


Text Example

White with #73C8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,200,208); }

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

background-color css

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

 a { background-color: rgb(115,200,208); }

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

border-color css

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

 span { border-color: rgb(115,200,208); }

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