#73BBD2

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

Shades of Seagull #73BBD2

Tints of Seagull #73BBD2

Color information

#73BBD2 (or 0x73BBD2) is unknown color: approx Seagull. HEX triplet: 73, BB and D2. RGB value is (115,187,210). Sum of RGB (Red+Green+Blue) = 115+187+210=512 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.46% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 210 (82.42% from 255 or 41.02% from 512); Max value from RGB is 210 - color contains mainly: blue. Hex color #73BBD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BBD2 is #8C442D. Grayscale: #A7A7A7. Windows color (decimal): -9192494 or 13810547. OLE color: 13810547.

HSL color Cylindrical-coordinate representation of color #73BBD2: hue angle of 194.53º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73BBD2 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB115187210-
CMYK0.450.1100.18
HSL194.53º51.35%63.73%-
HSV(B)194.53º45.24%82.35%-
XYZ36.4743.8467.51-
YUV168.09151.6590.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.46%
GREEN value IS 187 (73.44% from 255) = 36.52%
BLUE value IS 210 (82.42% from 255) = 41.02%
R=22.46%
G=36.52%
B=41.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1151872100.450.1100.18194.5351.3563.73
Hex73BBD22DB012c33340
Octal163273322551302230363100
Binary111001110111011110100101011011011010010110000111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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