Html Css Color HEX #73B9DC Seagull

📋 copy color: '#73B9DC'

red 115 ◦ green 185 ◦ blue 220

#73B9DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seagull #73B9DC

Tints of Seagull #73B9DC

RGB

 RED value IS 115 (45.31% from 255) = 22.12%

 GREEN value IS 185 (72.66% from 255) = 35.58%

 BLUE value IS 220 (86.33% from 255) = 42.31%

R = 22.12%
G = 35.58%
B = 42.31%

CMYK

 C value IS 0.48

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#73B9DC (or 0x73B9DC) is known color: Seagull. HEX triplet: 73, B9 and DC. RGB value is (115,185,220). Sum of RGB (Red+Green+Blue) = 115+185+220=520 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.12% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #73B9DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73B9DC is #8C4623. Grayscale: #A7A7A7. Windows color (decimal): -9192996 or 14465395. OLE color: 14465395.

HSL color Cylindrical-coordinate representation of color #73B9DC: hue angle of 200º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73B9DC is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 185 220 -
CMYK 0.48 0.16 0 0.14
HSL 200º 0.6% 0.66% -
HSV(B) 200º 0.48% 0.86% -
XYZ 37.34 43.51 74.14 -
YUV 168.06 157.31 90.15 -
System Red Green Blue C M Y K H S L
Decimal 115 185 220 0.48 0.16 0 0.14 200 0.6 0.66
Hex 73 B9 DC 30 10 0 E C8 3C 42
Octal 163 271 334 60 20 0 16 310 74 102
Binary 1110011 10111001 11011100 110000 10000 0 1110 11001000 111100 1000010

Color Harmonies of #73B9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B9DC

Black with #73B9DC

Text Example


Text Example

White with #73B9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,185,220); }

 H1.HeaderClassName
 {
   color: #73B9DC;
 }
 .AnyTagClassName
 {
   color: #73B9DC;
 }
</style>

background-color css

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

 a { background-color: rgb(115,185,220); }

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

border-color css

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

 span { border-color: rgb(115,185,220); }

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