#73BDDD

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

Shades of Seagull #73BDDD

Tints of Seagull #73BDDD

Color information

#73BDDD (or 0x73BDDD) is unknown color: approx Seagull. HEX triplet: 73, BD and DD. RGB value is (115,189,221). Sum of RGB (Red+Green+Blue) = 115+189+221=525 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.90% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #73BDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BDDD is #8C4222. Grayscale: #AAAAAA. Windows color (decimal): -9191971 or 14531955. OLE color: 14531955.

HSL color Cylindrical-coordinate representation of color #73BDDD: hue angle of 198.11º degrees, saturation: 0.61, 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 #73BDDD is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB115189221-
CMYK0.480.1400.13
HSL198.11º60.92%65.88%-
HSV(B)198.11º47.96%86.67%-
XYZ38.3245.2675.12-
YUV170.52156.4888.4-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.90%
GREEN value IS 189 (74.22% from 255) = 36%
BLUE value IS 221 (86.72% from 255) = 42.10%
R=21.90%
G=36%
B=42.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1151892210.480.1400.13198.1160.9265.88
Hex73BDDD30E0Dc63d42
Octal163275335601601530675102
Binary11100111011110111011101110000111001101110001101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,189,221); }

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

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

 a { background-color: rgb(115,189,221); }

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

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

 span { border-color: rgb(115,189,221); }

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