#73D0E4

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

Shades of Spray #73D0E4

Tints of Spray #73D0E4

Color information

#73D0E4 (or 0x73D0E4) is unknown color: approx Spray. HEX triplet: 73, D0 and E4. RGB value is (115,208,228). Sum of RGB (Red+Green+Blue) = 115+208+228=551 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.87% from 551); Green value is 208 (81.64% from 255 or 37.75% from 551); Blue value is 228 (89.45% from 255 or 41.38% from 551); Max value from RGB is 228 - color contains mainly: blue. Hex color #73D0E4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D0E4 is #8C2F1B. Grayscale: #B6B6B6. Windows color (decimal): -9187100 or 14995571. OLE color: 14995571.

HSL color Cylindrical-coordinate representation of color #73D0E4: hue angle of 190.62º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73D0E4 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB115208228-
CMYK0.500.0900.11
HSL190.62º67.66%67.25%-
HSV(B)190.62º49.56%89.41%-
XYZ43.6354.3681.59-
YUV182.47153.6979.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.87%
GREEN value IS 208 (81.64% from 255) = 37.75%
BLUE value IS 228 (89.45% from 255) = 41.38%
R=20.87%
G=37.75%
B=41.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1152082280.500.0900.11190.6267.6667.25
Hex73D0E43290Bbf4443
Octal1633203446211013277104103
Binary111001111010000111001001100101001010111011111110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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