#71bfdc

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

Shades of Seagull #71BFDC

Tints of Seagull #71BFDC

Color information

#71BFDC (or 0x71BFDC) is unknown color: approx Seagull. HEX triplet: 71, BF and DC. RGB value is (113,191,220). Sum of RGB (Red+Green+Blue) = 113+191+220=524 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.56% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #71BFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BFDC is #8E4023. Grayscale: #AAAAAA. Windows color (decimal): -9322532 or 14466929. OLE color: 14466929.

HSL color Cylindrical-coordinate representation of color #71BFDC: hue angle of 196.26º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71BFDC is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB113191220-
CMYK0.490.1300.14
HSL196.26º60.45%65.29%-
HSV(B)196.26º48.64%86.27%-
XYZ38.3645.9474.56-
YUV170.98155.6686.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.56%
GREEN value IS 191 (75% from 255) = 36.45%
BLUE value IS 220 (86.33% from 255) = 41.98%
R=21.56%
G=36.45%
B=41.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1131912200.490.1300.14196.2660.4565.29
Hex71BFDC31D0Ec43c41
Octal161277334611501630474101
Binary11100011011111111011100110001110101110110001001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71bfdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,191,220); }

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

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

 a { background-color: rgb(113,191,220); }

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

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

 span { border-color: rgb(113,191,220); }

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