#71AACA

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

Shades of Seagull #71AACA

Tints of Seagull #71AACA

Color information

#71AACA (or 0x71AACA) is unknown color: approx Seagull. HEX triplet: 71, AA and CA. RGB value is (113,170,202). Sum of RGB (Red+Green+Blue) = 113+170+202=485 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.30% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #71AACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AACA is #8E5535. Grayscale: #9C9C9C. Windows color (decimal): -9327926 or 13281905. OLE color: 13281905.

HSL color Cylindrical-coordinate representation of color #71AACA: hue angle of 201.57º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71AACA is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB113170202-
CMYK0.440.1600.21
HSL201.57º45.64%61.76%-
HSV(B)201.57º44.06%79.22%-
XYZ31.8536.5261.25-
YUV156.6153.6296.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.30%
GREEN value IS 170 (66.80% from 255) = 35.05%
BLUE value IS 202 (79.30% from 255) = 41.65%
R=23.30%
G=35.05%
B=41.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1131702020.440.1600.21201.5745.6461.76
Hex71AACA2C10015ca2e3e
Octal16125231254200253125676
Binary111000110101010110010101011001000001010111001010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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