Html Css Color HEX #73AFCF Seagull

📋 copy color: '#73AFCF'

red 115 ◦ green 175 ◦ blue 207

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

Shades of Seagull #73AFCF

Tints of Seagull #73AFCF

RGB

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

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

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

R = 23.14%
G = 35.21%
B = 41.65%

CMYK

 C value IS 0.44

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#73AFCF (or 0x73AFCF) is known color: Seagull. HEX triplet: 73, AF and CF. RGB value is (115,175,207). Sum of RGB (Red+Green+Blue) = 115+175+207=497 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.14% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #73AFCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AFCF is #8C5030. Grayscale: #A0A0A0. Windows color (decimal): -9195569 or 13610867. OLE color: 13610867.

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

Color convert

RGB 115 175 207 -
CMYK 0.44 0.15 0 0.19
HSL 200.87º 0.49% 0.63% -
HSV(B) 200.87º 0.44% 0.81% -
XYZ 33.66 38.81 64.75 -
YUV 160.71 154.12 95.4 -
System Red Green Blue C M Y K H S L
Decimal 115 175 207 0.44 0.15 0 0.19 200.87 0.49 0.63
Hex 73 AF CF 2C F 0 13 C9 31 3F
Octal 163 257 317 54 17 0 23 311 61 77
Binary 1110011 10101111 11001111 101100 1111 0 10011 11001001 110001 111111

Color Harmonies of #73AFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AFCF

Black with #73AFCF

Text Example


Text Example

White with #73AFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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