#73bbca

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

Shades of Seagull #73BBCA

Tints of Seagull #73BBCA

Color information

#73BBCA (or 0x73BBCA) is unknown color: approx Seagull. HEX triplet: 73, BB and CA. RGB value is (115,187,202). Sum of RGB (Red+Green+Blue) = 115+187+202=504 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.82% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #73BBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BBCA is #8C4435. Grayscale: #A7A7A7. Windows color (decimal): -9192502 or 13286259. OLE color: 13286259.

HSL color Cylindrical-coordinate representation of color #73BBCA: hue angle of 190.34º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73BBCA is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB115187202-
CMYK0.430.0700.21
HSL190.34º45.08%62.16%-
HSV(B)190.34º43.07%79.22%-
XYZ35.543.4562.39-
YUV167.18147.6590.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.82%
GREEN value IS 187 (73.44% from 255) = 37.10%
BLUE value IS 202 (79.30% from 255) = 40.08%
R=22.82%
G=37.10%
B=40.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1151872020.430.0700.21190.3445.0862.16
Hex73BBCA2B7015be2d3e
Octal1632733125370252765576
Binary1110011101110111100101010101111101010110111110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73bbca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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