Html Css Color HEX #73AED0 Seagull

📋 copy color: '#73AED0'

red 115 ◦ green 174 ◦ blue 208

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

Shades of Seagull #73AED0

Tints of Seagull #73AED0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.01%

 BLUE value IS 208 (81.64% from 255) = 41.85%

R = 23.14%
G = 35.01%
B = 41.85%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#73AED0 (or 0x73AED0) is known color: Seagull. HEX triplet: 73, AE and D0. RGB value is (115,174,208). Sum of RGB (Red+Green+Blue) = 115+174+208=497 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.14% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 208 - color contains mainly: blue. Hex color #73AED0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AED0 is #8C512F. Grayscale: #A0A0A0. Windows color (decimal): -9195824 or 13676147. OLE color: 13676147.

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

Color convert

RGB 115 174 208 -
CMYK 0.45 0.16 0 0.18
HSL 201.94º 0.5% 0.63% -
HSV(B) 201.94º 0.45% 0.82% -
XYZ 33.59 38.47 65.33 -
YUV 160.24 154.95 95.74 -
System Red Green Blue C M Y K H S L
Decimal 115 174 208 0.45 0.16 0 0.18 201.94 0.5 0.63
Hex 73 AE D0 2D 10 0 12 CA 32 3F
Octal 163 256 320 55 20 0 22 312 62 77
Binary 1110011 10101110 11010000 101101 10000 0 10010 11001010 110010 111111

Color Harmonies of #73AED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AED0

Black with #73AED0

Text Example


Text Example

White with #73AED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,174,208); }

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

background-color css

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

 a { background-color: rgb(115,174,208); }

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

border-color css

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

 span { border-color: rgb(115,174,208); }

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