#73BDD8

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

Shades of Seagull #73BDD8

Tints of Seagull #73BDD8

Color information

#73BDD8 (or 0x73BDD8) is unknown color: approx Seagull. HEX triplet: 73, BD and D8. RGB value is (115,189,216). Sum of RGB (Red+Green+Blue) = 115+189+216=520 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.12% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 216 (84.77% from 255 or 41.54% from 520); Max value from RGB is 216 - color contains mainly: blue. Hex color #73BDD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BDD8 is #8C4227. Grayscale: #A9A9A9. Windows color (decimal): -9191976 or 14204275. OLE color: 14204275.

HSL color Cylindrical-coordinate representation of color #73BDD8: hue angle of 196.04º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73BDD8 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB115189216-
CMYK0.470.1200.15
HSL196.04º56.42%64.9%-
HSV(B)196.04º46.76%84.71%-
XYZ37.664571.67-
YUV169.95153.9888.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.12%
GREEN value IS 189 (74.22% from 255) = 36.35%
BLUE value IS 216 (84.77% from 255) = 41.54%
R=22.12%
G=36.35%
B=41.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1151892160.470.1200.15196.0456.4264.9
Hex73BDD82FC0Fc43841
Octal163275330571401730470101
Binary11100111011110111011000101111110001111110001001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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