#71AACC

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

Shades of Seagull #71AACC

Tints of Seagull #71AACC

Color information

#71AACC (or 0x71AACC) is unknown color: approx Seagull. HEX triplet: 71, AA and CC. RGB value is (113,170,204). Sum of RGB (Red+Green+Blue) = 113+170+204=487 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.20% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #71AACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AACC is #8E5533. Grayscale: #9C9C9C. Windows color (decimal): -9327924 or 13412977. OLE color: 13412977.

HSL color Cylindrical-coordinate representation of color #71AACC: hue angle of 202.42º degrees, saturation: 0.47, 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 #71AACC is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB113170204-
CMYK0.450.1700.2
HSL202.42º47.15%62.16%-
HSV(B)202.42º44.61%80%-
XYZ32.0836.6262.5-
YUV156.83154.6296.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.20%
GREEN value IS 170 (66.80% from 255) = 34.91%
BLUE value IS 204 (80.08% from 255) = 41.89%
R=23.20%
G=34.91%
B=41.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1131702040.450.1700.2202.4247.1562.16
Hex71AACC2D11014ca2f3e
Octal16125231455210243125776
Binary111000110101010110011001011011000101010011001010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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