#73CBE5

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

Shades of Spray #73CBE5

Tints of Spray #73CBE5

Color information

#73CBE5 (or 0x73CBE5) is unknown color: approx Spray. HEX triplet: 73, CB and E5. RGB value is (115,203,229). Sum of RGB (Red+Green+Blue) = 115+203+229=547 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.02% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 229 - color contains mainly: blue. Hex color #73CBE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CBE5 is #8C341A. Grayscale: #B3B3B3. Windows color (decimal): -9188379 or 15059827. OLE color: 15059827.

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

Color convert

RGB115203229-
CMYK0.500.1100.10
HSL193.68º68.67%67.45%-
HSV(B)193.68º49.78%89.8%-
XYZ42.5752.0181.92-
YUV179.65155.8581.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.02%
GREEN value IS 203 (79.69% from 255) = 37.11%
BLUE value IS 229 (89.84% from 255) = 41.86%
R=21.02%
G=37.11%
B=41.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1152032290.500.1100.10193.6868.6767.45
Hex73CBE532B0Ac24543
Octal1633133456213012302105103
Binary111001111001011111001011100101011010101100001010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73CBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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