#71BBD9

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

Shades of Seagull #71BBD9

Tints of Seagull #71BBD9

Color information

#71BBD9 (or 0x71BBD9) is unknown color: approx Seagull. HEX triplet: 71, BB and D9. RGB value is (113,187,217). Sum of RGB (Red+Green+Blue) = 113+187+217=517 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.86% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 217 - color contains mainly: blue. Hex color #71BBD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BBD9 is #8E4426. Grayscale: #A8A8A8. Windows color (decimal): -9323559 or 14269297. OLE color: 14269297.

HSL color Cylindrical-coordinate representation of color #71BBD9: hue angle of 197.31º degrees, saturation: 0.58, 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 #71BBD9 is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB113187217-
CMYK0.480.1400.15
HSL197.31º57.78%64.71%-
HSV(B)197.31º47.93%85.1%-
XYZ37.144.0672.19-
YUV168.29155.4888.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.86%
GREEN value IS 187 (73.44% from 255) = 36.17%
BLUE value IS 217 (85.16% from 255) = 41.97%
R=21.86%
G=36.17%
B=41.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1131872170.480.1400.15197.3157.7864.71
Hex71BBD930E0Fc53a41
Octal161273331601601730572101
Binary11100011011101111011001110000111001111110001011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,187,217); }

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

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

 a { background-color: rgb(113,187,217); }

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

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

 span { border-color: rgb(113,187,217); }

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