#73CED1

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

Shades of Spray #73CED1

Tints of Spray #73CED1

Color information

#73CED1 (or 0x73CED1) is unknown color: approx Spray. HEX triplet: 73, CE and D1. RGB value is (115,206,209). Sum of RGB (Red+Green+Blue) = 115+206+209=530 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.70% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 209 (82.03% from 255 or 39.43% from 530); Max value from RGB is 209 - color contains mainly: blue. Hex color #73CED1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CED1 is #8C312E. Grayscale: #B3B3B3. Windows color (decimal): -9187631 or 13749875. OLE color: 13749875.

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

Color convert

RGB115206209-
CMYK0.450.0100.18
HSL181.91º50.54%63.53%-
HSV(B)181.91º44.98%81.96%-
XYZ40.6552.3968.29-
YUV179.13144.8582.26-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.70%
GREEN value IS 206 (80.86% from 255) = 38.87%
BLUE value IS 209 (82.03% from 255) = 39.43%
R=21.70%
G=38.87%
B=39.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1152062090.450.0100.18181.9150.5463.53
Hex73CED12D1012b63340
Octal16331632155102226663100
Binary111001111001110110100011011011010010101101101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73CED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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