#73BED4

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

Shades of Seagull #73BED4

Tints of Seagull #73BED4

Color information

#73BED4 (or 0x73BED4) is unknown color: approx Seagull. HEX triplet: 73, BE and D4. RGB value is (115,190,212). Sum of RGB (Red+Green+Blue) = 115+190+212=517 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.24% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 212 (83.20% from 255 or 41.01% from 517); Max value from RGB is 212 - color contains mainly: blue. Hex color #73BED4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BED4 is #8C412B. Grayscale: #A9A9A9. Windows color (decimal): -9191724 or 13942387. OLE color: 13942387.

HSL color Cylindrical-coordinate representation of color #73BED4: hue angle of 193.61º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73BED4 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB115190212-
CMYK0.460.1000.17
HSL193.61º53.01%64.12%-
HSV(B)193.61º45.75%83.14%-
XYZ37.3745.2369.05-
YUV170.08151.6588.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.24%
GREEN value IS 190 (74.61% from 255) = 36.75%
BLUE value IS 212 (83.20% from 255) = 41.01%
R=22.24%
G=36.75%
B=41.01%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1151902120.460.1000.17193.6153.0164.12
Hex73BED42EA011c23540
Octal163276324561202130265100
Binary111001110111110110101001011101010010001110000101101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,190,212); }

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

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

 a { background-color: rgb(115,190,212); }

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

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

 span { border-color: rgb(115,190,212); }

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