#73CBE2

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

Shades of Spray #73CBE2

Tints of Spray #73CBE2

Color information

#73CBE2 (or 0x73CBE2) is unknown color: approx Spray. HEX triplet: 73, CB and E2. RGB value is (115,203,226). Sum of RGB (Red+Green+Blue) = 115+203+226=544 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.14% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 226 (88.67% from 255 or 41.54% from 544); Max value from RGB is 226 - color contains mainly: blue. Hex color #73CBE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CBE2 is #8C341D. Grayscale: #B3B3B3. Windows color (decimal): -9188382 or 14863219. OLE color: 14863219.

HSL color Cylindrical-coordinate representation of color #73CBE2: hue angle of 192.43º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73CBE2 is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB115203226-
CMYK0.490.1000.11
HSL192.43º65.68%66.86%-
HSV(B)192.43º49.12%88.63%-
XYZ42.1551.8579.74-
YUV179.31154.3582.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.14%
GREEN value IS 203 (79.69% from 255) = 37.32%
BLUE value IS 226 (88.67% from 255) = 41.54%
R=21.14%
G=37.32%
B=41.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1152032260.490.1000.11192.4365.6866.86
Hex73CBE231A0Bc04243
Octal1633133426112013300102103
Binary111001111001011111000101100011010010111100000010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73CBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,203,226); }

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

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

 a { background-color: rgb(115,203,226); }

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

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

 span { border-color: rgb(115,203,226); }

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