#71B6CD

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

Shades of Seagull #71B6CD

Tints of Seagull #71B6CD

Color information

#71B6CD (or 0x71B6CD) is unknown color: approx Seagull. HEX triplet: 71, B6 and CD. RGB value is (113,182,205). Sum of RGB (Red+Green+Blue) = 113+182+205=500 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.6% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #71B6CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71B6CD is #8E4932. Grayscale: #A3A3A3. Windows color (decimal): -9324851 or 13481585. OLE color: 13481585.

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

Color convert

RGB113182205-
CMYK0.450.1100.20
HSL195º47.92%62.35%-
HSV(B)195º44.88%80.39%-
XYZ34.5641.3763.92-
YUV163.99151.1491.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.6%
GREEN value IS 182 (71.48% from 255) = 36.4%
BLUE value IS 205 (80.47% from 255) = 41%
R=22.6%
G=36.4%
B=41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1131822050.450.1100.2019547.9262.35
Hex71B6CD2DB014c3303e
Octal16126631555130243036076
Binary11100011011011011001101101101101101010011000011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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