#73BFCB

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

Shades of Seagull #73BFCB

Tints of Seagull #73BFCB

Color information

#73BFCB (or 0x73BFCB) is unknown color: approx Seagull. HEX triplet: 73, BF and CB. RGB value is (115,191,203). Sum of RGB (Red+Green+Blue) = 115+191+203=509 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.59% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #73BFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BFCB is #8C4034. Grayscale: #A9A9A9. Windows color (decimal): -9191477 or 13352819. OLE color: 13352819.

HSL color Cylindrical-coordinate representation of color #73BFCB: hue angle of 188.18º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73BFCB is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB115191203-
CMYK0.430.0600.20
HSL188.18º45.83%62.35%-
HSV(B)188.18º43.35%79.61%-
XYZ36.4845.2263.31-
YUV169.64146.8289.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.59%
GREEN value IS 191 (75% from 255) = 37.52%
BLUE value IS 203 (79.69% from 255) = 39.88%
R=22.59%
G=37.52%
B=39.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1151912030.430.0600.20188.1845.8362.35
Hex73BFCB2B6014bc2e3e
Octal1632773135360242745676
Binary1110011101111111100101110101111001010010111100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,191,203); }

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

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

 a { background-color: rgb(115,191,203); }

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

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

 span { border-color: rgb(115,191,203); }

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