#73BBDB

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

Shades of Seagull #73BBDB

Tints of Seagull #73BBDB

Color information

#73BBDB (or 0x73BBDB) is unknown color: approx Seagull. HEX triplet: 73, BB and DB. RGB value is (115,187,219). Sum of RGB (Red+Green+Blue) = 115+187+219=521 (69% of max value = 765). Red value is 115 (45.31% from 255 or 22.07% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #73BBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BBDB is #8C4424. Grayscale: #A8A8A8. Windows color (decimal): -9192485 or 14400371. OLE color: 14400371.

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

Color convert

RGB115187219-
CMYK0.470.1500.14
HSL198.46º59.09%65.49%-
HSV(B)198.46º47.49%85.88%-
XYZ37.6344.373.59-
YUV169.12156.1589.4-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.07%
GREEN value IS 187 (73.44% from 255) = 35.89%
BLUE value IS 219 (85.94% from 255) = 42.03%
R=22.07%
G=35.89%
B=42.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1151872190.470.1500.14198.4659.0965.49
Hex73BBDB2FF0Ec63b41
Octal163273333571701630673101
Binary11100111011101111011011101111111101110110001101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,187,219); }

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

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

 a { background-color: rgb(115,187,219); }

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

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

 span { border-color: rgb(115,187,219); }

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