Html Css Color HEX #73AFCD Seagull

📋 copy color: '#73AFCD'

red 115 ◦ green 175 ◦ blue 205

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

Shades of Seagull #73AFCD

Tints of Seagull #73AFCD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.35%

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

R = 23.23%
G = 35.35%
B = 41.41%

CMYK

 C value IS 0.44

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#73AFCD (or 0x73AFCD) is known color: Seagull. HEX triplet: 73, AF and CD. RGB value is (115,175,205). Sum of RGB (Red+Green+Blue) = 115+175+205=495 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.23% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #73AFCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AFCD is #8C5032. Grayscale: #A0A0A0. Windows color (decimal): -9195571 or 13479795. OLE color: 13479795.

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

Color convert

RGB 115 175 205 -
CMYK 0.44 0.15 0 0.20
HSL 200º 0.47% 0.63% -
HSV(B) 200º 0.44% 0.8% -
XYZ 33.42 38.71 63.47 -
YUV 160.48 153.12 95.56 -
System Red Green Blue C M Y K H S L
Decimal 115 175 205 0.44 0.15 0 0.20 200 0.47 0.63
Hex 73 AF CD 2C F 0 14 C8 2F 3F
Octal 163 257 315 54 17 0 24 310 57 77
Binary 1110011 10101111 11001101 101100 1111 0 10100 11001000 101111 111111

Color Harmonies of #73AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AFCD

Black with #73AFCD

Text Example


Text Example

White with #73AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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