Html Css Color HEX #73BACB Seagull

📋 copy color: '#73BACB'

red 115 ◦ green 186 ◦ blue 203

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

Shades of Seagull #73BACB

Tints of Seagull #73BACB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.9%

 BLUE value IS 203 (79.69% from 255) = 40.28%

R = 22.82%
G = 36.9%
B = 40.28%

CMYK

 C value IS 0.43

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#73BACB (or 0x73BACB) is known color: Seagull. HEX triplet: 73, BA and CB. RGB value is (115,186,203). Sum of RGB (Red+Green+Blue) = 115+186+203=504 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.82% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #73BACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BACB is #8C4534. Grayscale: #A6A6A6. Windows color (decimal): -9192757 or 13351539. OLE color: 13351539.

HSL color Cylindrical-coordinate representation of color #73BACB: hue angle of 191.59º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73BACB is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 115 186 203 -
CMYK 0.43 0.08 0 0.20
HSL 191.59º 0.46% 0.62% -
HSV(B) 191.59º 0.43% 0.8% -
XYZ 35.41 43.07 62.95 -
YUV 166.71 148.48 91.12 -
System Red Green Blue C M Y K H S L
Decimal 115 186 203 0.43 0.08 0 0.20 191.59 0.46 0.62
Hex 73 BA CB 2B 8 0 14 C0 2E 3E
Octal 163 272 313 53 10 0 24 300 56 76
Binary 1110011 10111010 11001011 101011 1000 0 10100 11000000 101110 111110

Color Harmonies of #73BACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BACB

Black with #73BACB

Text Example


Text Example

White with #73BACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,186,203); }

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

background-color css

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

 a { background-color: rgb(115,186,203); }

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

border-color css

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

 span { border-color: rgb(115,186,203); }

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