#71AECC

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

Shades of Seagull #71AECC

Tints of Seagull #71AECC

Color information

#71AECC (or 0x71AECC) is unknown color: approx Seagull. HEX triplet: 71, AE and CC. RGB value is (113,174,204). Sum of RGB (Red+Green+Blue) = 113+174+204=491 (65% of max value = 765). Red value is 113 (44.53% from 255 or 23.01% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #71AECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AECC is #8E5133. Grayscale: #9F9F9F. Windows color (decimal): -9326900 or 13414001. OLE color: 13414001.

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

Color convert

RGB113174204-
CMYK0.450.1500.2
HSL199.78º47.15%62.16%-
HSV(B)199.78º44.61%80%-
XYZ32.8538.1462.76-
YUV159.18153.2995.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.01%
GREEN value IS 174 (68.36% from 255) = 35.44%
BLUE value IS 204 (80.08% from 255) = 41.55%
R=23.01%
G=35.44%
B=41.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1131742040.450.1500.2199.7847.1562.16
Hex71AECC2DF014c82f3e
Octal16125631455170243105776
Binary11100011010111011001100101101111101010011001000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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