#71A9D1

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

Shades of Seagull #71A9D1

Tints of Seagull #71A9D1

Color information

#71A9D1 (or 0x71A9D1) is unknown color: approx Seagull. HEX triplet: 71, A9 and D1. RGB value is (113,169,209). Sum of RGB (Red+Green+Blue) = 113+169+209=491 (65% of max value = 765). Red value is 113 (44.53% from 255 or 23.01% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 209 (82.03% from 255 or 42.57% from 491); Max value from RGB is 209 - color contains mainly: blue. Hex color #71A9D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A9D1 is #8E562E. Grayscale: #9C9C9C. Windows color (decimal): -9328175 or 13740401. OLE color: 13740401.

HSL color Cylindrical-coordinate representation of color #71A9D1: hue angle of 205º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71A9D1 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB113169209-
CMYK0.460.1900.18
HSL205º51.06%63.14%-
HSV(B)205º45.93%81.96%-
XYZ32.5136.4965.65-
YUV156.82157.4596.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.01%
GREEN value IS 169 (66.41% from 255) = 34.42%
BLUE value IS 209 (82.03% from 255) = 42.57%
R=23.01%
G=34.42%
B=42.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1131692090.460.1900.1820551.0663.14
Hex71A9D12E13012cd333f
Octal16125132156230223156377
Binary111000110101001110100011011101001101001011001101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71A9D1; }

 p { color: rgb(113,169,209); }

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

<style>
 a { background-color: #71A9D1; }

 a { background-color: rgb(113,169,209); }

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

<style>
 span { border-color: #71A9D1; }

 span { border-color: rgb(113,169,209); }

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