Html Css Color HEX #73B8DC Seagull

📋 copy color: '#73B8DC'

red 115 ◦ green 184 ◦ blue 220

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

Shades of Seagull #73B8DC

Tints of Seagull #73B8DC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.45%

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

R = 22.16%
G = 35.45%
B = 42.39%

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

#73B8DC (or 0x73B8DC) is known color: Seagull. HEX triplet: 73, B8 and DC. RGB value is (115,184,220). Sum of RGB (Red+Green+Blue) = 115+184+220=519 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.16% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #73B8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73B8DC is #8C4723. Grayscale: #A7A7A7. Windows color (decimal): -9193252 or 14465139. OLE color: 14465139.

HSL color Cylindrical-coordinate representation of color #73B8DC: hue angle of 200.57º 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 #73B8DC is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 184 220 -
CMYK 0.48 0.16 0 0.14
HSL 200.57º 0.6% 0.66% -
HSV(B) 200.57º 0.48% 0.86% -
XYZ 37.13 43.09 74.07 -
YUV 167.47 157.64 90.57 -
System Red Green Blue C M Y K H S L
Decimal 115 184 220 0.48 0.16 0 0.14 200.57 0.6 0.66
Hex 73 B8 DC 30 10 0 E C9 3C 42
Octal 163 270 334 60 20 0 16 311 74 102
Binary 1110011 10111000 11011100 110000 10000 0 1110 11001001 111100 1000010

Color Harmonies of #73B8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B8DC

Black with #73B8DC

Text Example


Text Example

White with #73B8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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