#71AFCD

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

Shades of Seagull #71AFCD

Tints of Seagull #71AFCD

Color information

#71AFCD (or 0x71AFCD) is unknown color: approx Seagull. HEX triplet: 71, AF and CD. RGB value is (113,175,205). Sum of RGB (Red+Green+Blue) = 113+175+205=493 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.92% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #71AFCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AFCD is #8E5032. Grayscale: #9F9F9F. Windows color (decimal): -9326643 or 13479793. OLE color: 13479793.

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

Color convert

RGB113175205-
CMYK0.450.1500.20
HSL199.57º47.92%62.35%-
HSV(B)199.57º44.88%80.39%-
XYZ33.1638.5863.46-
YUV159.88153.4694.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.92%
GREEN value IS 175 (68.75% from 255) = 35.50%
BLUE value IS 205 (80.47% from 255) = 41.58%
R=22.92%
G=35.50%
B=41.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1131752050.450.1500.20199.5747.9262.35
Hex71AFCD2DF014c8303e
Octal16125731555170243106076
Binary11100011010111111001101101101111101010011001000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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