#71b1d5

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

Shades of Seagull #71B1D5

Tints of Seagull #71B1D5

Color information

#71B1D5 (or 0x71B1D5) is unknown color: approx Seagull. HEX triplet: 71, B1 and D5. RGB value is (113,177,213). Sum of RGB (Red+Green+Blue) = 113+177+213=503 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.47% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 213 (83.59% from 255 or 42.35% from 503); Max value from RGB is 213 - color contains mainly: blue. Hex color #71B1D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71B1D5 is #8E4E2A. Grayscale: #A1A1A1. Windows color (decimal): -9326123 or 14004593. OLE color: 14004593.

HSL color Cylindrical-coordinate representation of color #71B1D5: hue angle of 201.6º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71B1D5 is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB113177213-
CMYK0.470.1700.16
HSL201.6º54.35%63.92%-
HSV(B)201.6º46.95%83.53%-
XYZ34.5439.7668.8-
YUV161.97156.893.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.47%
GREEN value IS 177 (69.53% from 255) = 35.19%
BLUE value IS 213 (83.59% from 255) = 42.35%
R=22.47%
G=35.19%
B=42.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1131772130.470.1700.16201.654.3563.92
Hex71B1D52F11010ca3640
Octal161261325572102031266100
Binary1110001101100011101010110111110001010000110010101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71b1d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,177,213); }

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

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

 a { background-color: rgb(113,177,213); }

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

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

 span { border-color: rgb(113,177,213); }

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