#73CEE1

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

Shades of Spray #73CEE1

Tints of Spray #73CEE1

Color information

#73CEE1 (or 0x73CEE1) is unknown color: approx Spray. HEX triplet: 73, CE and E1. RGB value is (115,206,225). Sum of RGB (Red+Green+Blue) = 115+206+225=546 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.06% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 225 (88.28% from 255 or 41.21% from 546); Max value from RGB is 225 - color contains mainly: blue. Hex color #73CEE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CEE1 is #8C311E. Grayscale: #B4B4B4. Windows color (decimal): -9187615 or 14798451. OLE color: 14798451.

HSL color Cylindrical-coordinate representation of color #73CEE1: hue angle of 190.36º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73CEE1 is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB115206225-
CMYK0.490.0800.12
HSL190.36º64.71%66.67%-
HSV(B)190.36º48.89%88.24%-
XYZ42.7353.2279.26-
YUV180.96152.8580.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.06%
GREEN value IS 206 (80.86% from 255) = 37.73%
BLUE value IS 225 (88.28% from 255) = 41.21%
R=21.06%
G=37.73%
B=41.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1152062250.490.0800.12190.3664.7166.67
Hex73CEE13180Cbe4143
Octal1633163416110014276101103
Binary111001111001110111000011100011000011001011111010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73CEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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