Html Css Color HEX #73B1D1 Seagull

📋 copy color: '#73B1D1'

red 115 ◦ green 177 ◦ blue 209

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

Shades of Seagull #73B1D1

Tints of Seagull #73B1D1

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.33%

 BLUE value IS 209 (82.03% from 255) = 41.72%

R = 22.95%
G = 35.33%
B = 41.72%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#73B1D1 (or 0x73B1D1) is known color: Seagull. HEX triplet: 73, B1 and D1. RGB value is (115,177,209). Sum of RGB (Red+Green+Blue) = 115+177+209=501 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.95% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 209 (82.03% from 255 or 41.72% from 501); Max value from RGB is 209 - color contains mainly: blue. Hex color #73B1D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73B1D1 is #8C4E2E. Grayscale: #A1A1A1. Windows color (decimal): -9195055 or 13742451. OLE color: 13742451.

HSL color Cylindrical-coordinate representation of color #73B1D1: hue angle of 200.43º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73B1D1 is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 115 177 209 -
CMYK 0.45 0.15 0 0.18
HSL 200.43º 0.51% 0.64% -
HSV(B) 200.43º 0.45% 0.82% -
XYZ 34.3 39.69 66.18 -
YUV 162.11 154.46 94.4 -
System Red Green Blue C M Y K H S L
Decimal 115 177 209 0.45 0.15 0 0.18 200.43 0.51 0.64
Hex 73 B1 D1 2D F 0 12 C8 33 40
Octal 163 261 321 55 17 0 22 310 63 100
Binary 1110011 10110001 11010001 101101 1111 0 10010 11001000 110011 1000000

Color Harmonies of #73B1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B1D1

Black with #73B1D1

Text Example


Text Example

White with #73B1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,177,209); }

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

background-color css

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

 a { background-color: rgb(115,177,209); }

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

border-color css

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

 span { border-color: rgb(115,177,209); }

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