Html Css Color HEX #73AACD Seagull

📋 copy color: '#73AACD'

red 115 ◦ green 170 ◦ blue 205

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

Shades of Seagull #73AACD

Tints of Seagull #73AACD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.69%

 BLUE value IS 205 (80.47% from 255) = 41.84%

R = 23.47%
G = 34.69%
B = 41.84%

CMYK

 C value IS 0.44

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#73AACD (or 0x73AACD) is known color: Seagull. HEX triplet: 73, AA and CD. RGB value is (115,170,205). Sum of RGB (Red+Green+Blue) = 115+170+205=490 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.47% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #73AACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AACD is #8C5532. Grayscale: #9D9D9D. Windows color (decimal): -9196851 or 13478515. OLE color: 13478515.

HSL color Cylindrical-coordinate representation of color #73AACD: hue angle of 203.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73AACD is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 115 170 205 -
CMYK 0.44 0.17 0 0.20
HSL 203.33º 0.47% 0.63% -
HSV(B) 203.33º 0.44% 0.8% -
XYZ 32.46 36.8 63.15 -
YUV 157.55 154.78 97.65 -
System Red Green Blue C M Y K H S L
Decimal 115 170 205 0.44 0.17 0 0.20 203.33 0.47 0.63
Hex 73 AA CD 2C 11 0 14 CB 2F 3F
Octal 163 252 315 54 21 0 24 313 57 77
Binary 1110011 10101010 11001101 101100 10001 0 10100 11001011 101111 111111

Color Harmonies of #73AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AACD

Black with #73AACD

Text Example


Text Example

White with #73AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,170,205); }

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

background-color css

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

 a { background-color: rgb(115,170,205); }

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

border-color css

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

 span { border-color: rgb(115,170,205); }

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