#71AACD

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

Shades of Seagull #71AACD

Tints of Seagull #71AACD

Color information

#71AACD (or 0x71AACD) is unknown color: approx Seagull. HEX triplet: 71, AA and CD. RGB value is (113,170,205). Sum of RGB (Red+Green+Blue) = 113+170+205=488 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.16% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #71AACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AACD is #8E5532. Grayscale: #9C9C9C. Windows color (decimal): -9327923 or 13478513. OLE color: 13478513.

HSL color Cylindrical-coordinate representation of color #71AACD: hue angle of 202.83º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71AACD is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB113170205-
CMYK0.450.1700.20
HSL202.83º47.92%62.35%-
HSV(B)202.83º44.88%80.39%-
XYZ32.236.6763.14-
YUV156.95155.1296.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.16%
GREEN value IS 170 (66.80% from 255) = 34.84%
BLUE value IS 205 (80.47% from 255) = 42.01%
R=23.16%
G=34.84%
B=42.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1131702050.450.1700.20202.8347.9262.35
Hex71AACD2D11014cb303e
Octal16125231555210243136076
Binary111000110101010110011011011011000101010011001011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,170,205); }

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

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

 a { background-color: rgb(113,170,205); }

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

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

 span { border-color: rgb(113,170,205); }

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