#73CDDF

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

Shades of Spray #73CDDF

Tints of Spray #73CDDF

Color information

#73CDDF (or 0x73CDDF) is unknown color: approx Spray. HEX triplet: 73, CD and DF. RGB value is (115,205,223). Sum of RGB (Red+Green+Blue) = 115+205+223=543 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.18% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #73CDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CDDF is #8C3220. Grayscale: #B3B3B3. Windows color (decimal): -9187873 or 14667123. OLE color: 14667123.

HSL color Cylindrical-coordinate representation of color #73CDDF: hue angle of 190º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73CDDF is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB115205223-
CMYK0.480.0800.13
HSL190º62.79%66.27%-
HSV(B)190º48.43%87.45%-
XYZ42.2252.6477.75-
YUV180.14152.1881.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.18%
GREEN value IS 205 (80.47% from 255) = 37.75%
BLUE value IS 223 (87.5% from 255) = 41.07%
R=21.18%
G=37.75%
B=41.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1152052230.480.0800.1319062.7966.27
Hex73CDDF3080Dbe3f42
Octal163315337601001527677102
Binary11100111100110111011111110000100001101101111101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73CDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,205,223); }

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

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

 a { background-color: rgb(115,205,223); }

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

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

 span { border-color: rgb(115,205,223); }

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