#73BCDC

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

Shades of Seagull #73BCDC

Tints of Seagull #73BCDC

Color information

#73BCDC (or 0x73BCDC) is unknown color: approx Seagull. HEX triplet: 73, BC and DC. RGB value is (115,188,220). Sum of RGB (Red+Green+Blue) = 115+188+220=523 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.99% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #73BCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BCDC is #8C4323. Grayscale: #A9A9A9. Windows color (decimal): -9192228 or 14466163. OLE color: 14466163.

HSL color Cylindrical-coordinate representation of color #73BCDC: hue angle of 198.29º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73BCDC is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB115188220-
CMYK0.480.1500.14
HSL198.29º60%65.69%-
HSV(B)198.29º47.73%86.27%-
XYZ37.9744.7874.35-
YUV169.82156.3288.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.99%
GREEN value IS 188 (73.83% from 255) = 35.95%
BLUE value IS 220 (86.33% from 255) = 42.07%
R=21.99%
G=35.95%
B=42.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1151882200.480.1500.14198.296065.69
Hex73BCDC30F0Ec63c42
Octal163274334601701630674102
Binary11100111011110011011100110000111101110110001101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,188,220); }

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

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

 a { background-color: rgb(115,188,220); }

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

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

 span { border-color: rgb(115,188,220); }

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