#73CBD0

Color #73CBD0 Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #73CBD0

Tints of Spray #73CBD0

Color information

#73CBD0 (or 0x73CBD0) is unknown color: approx Spray. HEX triplet: 73, CB and D0. RGB value is (115,203,208). Sum of RGB (Red+Green+Blue) = 115+203+208=526 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.86% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 208 - color contains mainly: blue. Hex color #73CBD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CBD0 is #8C342F. Grayscale: #B1B1B1. Windows color (decimal): -9188400 or 13683571. OLE color: 13683571.

HSL color Cylindrical-coordinate representation of color #73CBD0: hue angle of 183.23º 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 #73CBD0 is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB115203208-
CMYK0.450.0200.18
HSL183.23º49.73%63.33%-
HSV(B)183.23º44.71%81.57%-
XYZ39.8150.9167.4-
YUV177.26145.3583.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.86%
GREEN value IS 203 (79.69% from 255) = 38.59%
BLUE value IS 208 (81.64% from 255) = 39.54%
R=21.86%
G=38.59%
B=39.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1152032080.450.0200.18183.2349.7363.33
Hex73CBD02D2012b7323f
Octal1633133205520222676277
Binary111001111001011110100001011011001001010110111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73CBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #73CBD0;
 }
 .AnyTagClassName
 {
   color: #73CBD0;
 }
</style>
background-color css

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

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

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

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

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

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