#73BFCA

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

Shades of Seagull #73BFCA

Tints of Seagull #73BFCA

Color information

#73BFCA (or 0x73BFCA) is unknown color: approx Seagull. HEX triplet: 73, BF and CA. RGB value is (115,191,202). Sum of RGB (Red+Green+Blue) = 115+191+202=508 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.64% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #73BFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BFCA is #8C4035. Grayscale: #A9A9A9. Windows color (decimal): -9191478 or 13287283. OLE color: 13287283.

HSL color Cylindrical-coordinate representation of color #73BFCA: hue angle of 187.59º 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 #73BFCA is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB115191202-
CMYK0.430.0500.21
HSL187.59º45.08%62.16%-
HSV(B)187.59º43.07%79.22%-
XYZ36.3645.1762.68-
YUV169.53146.3289.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.64%
GREEN value IS 191 (75% from 255) = 37.60%
BLUE value IS 202 (79.30% from 255) = 39.76%
R=22.64%
G=37.60%
B=39.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1151912020.430.0500.21187.5945.0862.16
Hex73BFCA2B5015bc2d3e
Octal1632773125350252745576
Binary1110011101111111100101010101110101010110111100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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