#73AFD6

Color #73AFD6 Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #73AFD6

Tints of Seagull #73AFD6

Color information

#73AFD6 (or 0x73AFD6) is unknown color: approx Seagull. HEX triplet: 73, AF and D6. RGB value is (115,175,214). Sum of RGB (Red+Green+Blue) = 115+175+214=504 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.82% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 214 (83.98% from 255 or 42.46% from 504); Max value from RGB is 214 - color contains mainly: blue. Hex color #73AFD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AFD6 is #8C5029. Grayscale: #A1A1A1. Windows color (decimal): -9195562 or 14069619. OLE color: 14069619.

HSL color Cylindrical-coordinate representation of color #73AFD6: hue angle of 203.64º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73AFD6 is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB115175214-
CMYK0.460.1800.16
HSL203.64º54.7%64.51%-
HSV(B)203.64º46.26%83.92%-
XYZ34.5439.1669.36-
YUV161.51157.6294.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.82%
GREEN value IS 175 (68.75% from 255) = 34.72%
BLUE value IS 214 (83.98% from 255) = 42.46%
R=22.82%
G=34.72%
B=42.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1151752140.460.1800.16203.6454.764.51
Hex73AFD62E12010cc3741
Octal163257326562202031467101
Binary1110011101011111101011010111010010010000110011001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #73AFD6;
 }
 .AnyTagClassName
 {
   color: #73AFD6;
 }
</style>
background-color css

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

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

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

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

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

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