Html Css Color HEX #73AACF Seagull

📋 copy color: '#73AACF'

red 115 ◦ green 170 ◦ blue 207

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

Shades of Seagull #73AACF

Tints of Seagull #73AACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.07%

R = 23.37%
G = 34.55%
B = 42.07%

CMYK

 C value IS 0.44

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#73AACF (or 0x73AACF) is known color: Seagull. HEX triplet: 73, AA and CF. RGB value is (115,170,207). Sum of RGB (Red+Green+Blue) = 115+170+207=492 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.37% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #73AACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AACF is #8C5530. Grayscale: #9D9D9D. Windows color (decimal): -9196849 or 13609587. OLE color: 13609587.

HSL color Cylindrical-coordinate representation of color #73AACF: hue angle of 204.13º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73AACF is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 170 207 -
CMYK 0.44 0.18 0 0.19
HSL 204.13º 0.49% 0.63% -
HSV(B) 204.13º 0.44% 0.81% -
XYZ 32.71 36.9 64.43 -
YUV 157.77 155.78 97.49 -
System Red Green Blue C M Y K H S L
Decimal 115 170 207 0.44 0.18 0 0.19 204.13 0.49 0.63
Hex 73 AA CF 2C 12 0 13 CC 31 3F
Octal 163 252 317 54 22 0 23 314 61 77
Binary 1110011 10101010 11001111 101100 10010 0 10011 11001100 110001 111111

Color Harmonies of #73AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AACF

Black with #73AACF

Text Example


Text Example

White with #73AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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