#71BCD8

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

Shades of Seagull #71BCD8

Tints of Seagull #71BCD8

Color information

#71BCD8 (or 0x71BCD8) is unknown color: approx Seagull. HEX triplet: 71, BC and D8. RGB value is (113,188,216). Sum of RGB (Red+Green+Blue) = 113+188+216=517 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.86% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 216 - color contains mainly: blue. Hex color #71BCD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BCD8 is #8E4327. Grayscale: #A8A8A8. Windows color (decimal): -9323304 or 14204017. OLE color: 14204017.

HSL color Cylindrical-coordinate representation of color #71BCD8: hue angle of 196.31º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71BCD8 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB113188216-
CMYK0.480.1300.15
HSL196.31º56.91%64.51%-
HSV(B)196.31º47.69%84.71%-
XYZ37.1944.4471.58-
YUV168.77154.6588.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.86%
GREEN value IS 188 (73.83% from 255) = 36.36%
BLUE value IS 216 (84.77% from 255) = 41.78%
R=21.86%
G=36.36%
B=41.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1131882160.480.1300.15196.3156.9164.51
Hex71BCD830D0Fc43941
Octal161274330601501730471101
Binary11100011011110011011000110000110101111110001001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,188,216); }

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

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

 a { background-color: rgb(113,188,216); }

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

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

 span { border-color: rgb(113,188,216); }

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