#73c6d9

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

Shades of Spray #73C6D9

Tints of Spray #73C6D9

Color information

#73C6D9 (or 0x73C6D9) is unknown color: approx Spray. HEX triplet: 73, C6 and D9. RGB value is (115,198,217). Sum of RGB (Red+Green+Blue) = 115+198+217=530 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.70% from 530); Green value is 198 (77.73% from 255 or 37.36% from 530); Blue value is 217 (85.16% from 255 or 40.94% from 530); Max value from RGB is 217 - color contains mainly: blue. Hex color #73C6D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C6D9 is #8C3926. Grayscale: #AFAFAF. Windows color (decimal): -9189671 or 14272115. OLE color: 14272115.

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

Color convert

RGB115198217-
CMYK0.470.0900.15
HSL191.18º57.3%65.1%-
HSV(B)191.18º47%85.1%-
XYZ39.7949.0473.01-
YUV175.35151.584.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.70%
GREEN value IS 198 (77.73% from 255) = 37.36%
BLUE value IS 217 (85.16% from 255) = 40.94%
R=21.70%
G=37.36%
B=40.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1151982170.470.0900.15191.1857.365.1
Hex73C6D92F90Fbf3941
Octal163306331571101727771101
Binary11100111100011011011001101111100101111101111111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73c6d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,198,217); }

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

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

 a { background-color: rgb(115,198,217); }

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

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

 span { border-color: rgb(115,198,217); }

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