Html Css Color HEX #73AACC Seagull

📋 copy color: '#73AACC'

red 115 ◦ green 170 ◦ blue 204

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

Shades of Seagull #73AACC

Tints of Seagull #73AACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.72%

R = 23.52%
G = 34.76%
B = 41.72%

CMYK

 C value IS 0.44

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#73AACC (or 0x73AACC) is known color: Seagull. HEX triplet: 73, AA and CC. RGB value is (115,170,204). Sum of RGB (Red+Green+Blue) = 115+170+204=489 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.52% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #73AACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AACC is #8C5533. Grayscale: #9D9D9D. Windows color (decimal): -9196852 or 13412979. OLE color: 13412979.

HSL color Cylindrical-coordinate representation of color #73AACC: hue angle of 202.92º 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 #73AACC is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 115 170 204 -
CMYK 0.44 0.17 0 0.2
HSL 202.92º 0.47% 0.63% -
HSV(B) 202.92º 0.44% 0.8% -
XYZ 32.34 36.75 62.52 -
YUV 157.43 154.28 97.74 -
System Red Green Blue C M Y K H S L
Decimal 115 170 204 0.44 0.17 0 0.2 202.92 0.47 0.63
Hex 73 AA CC 2C 11 0 14 CB 2F 3F
Octal 163 252 314 54 21 0 24 313 57 77
Binary 1110011 10101010 11001100 101100 10001 0 10100 11001011 101111 111111

Color Harmonies of #73AACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AACC

Black with #73AACC

Text Example


Text Example

White with #73AACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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