Html Css Color HEX #73ADCD Seagull

📋 copy color: '#73ADCD'

red 115 ◦ green 173 ◦ blue 205

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

Shades of Seagull #73ADCD

Tints of Seagull #73ADCD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.09%

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

R = 23.33%
G = 35.09%
B = 41.58%

CMYK

 C value IS 0.44

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#73ADCD (or 0x73ADCD) is known color: Seagull. HEX triplet: 73, AD and CD. RGB value is (115,173,205). Sum of RGB (Red+Green+Blue) = 115+173+205=493 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.33% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #73ADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ADCD is #8C5232. Grayscale: #9F9F9F. Windows color (decimal): -9196083 or 13479283. OLE color: 13479283.

HSL color Cylindrical-coordinate representation of color #73ADCD: hue angle of 201.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 #73ADCD is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 115 173 205 -
CMYK 0.44 0.16 0 0.20
HSL 201.33º 0.47% 0.63% -
HSV(B) 201.33º 0.44% 0.8% -
XYZ 33.03 37.94 63.34 -
YUV 159.31 153.78 96.4 -
System Red Green Blue C M Y K H S L
Decimal 115 173 205 0.44 0.16 0 0.20 201.33 0.47 0.63
Hex 73 AD CD 2C 10 0 14 C9 2F 3F
Octal 163 255 315 54 20 0 24 311 57 77
Binary 1110011 10101101 11001101 101100 10000 0 10100 11001001 101111 111111

Color Harmonies of #73ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73ADCD

Black with #73ADCD

Text Example


Text Example

White with #73ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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