#71BDC9

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

Shades of Seagull #71BDC9

Tints of Seagull #71BDC9

Color information

#71BDC9 (or 0x71BDC9) is unknown color: approx Seagull. HEX triplet: 71, BD and C9. RGB value is (113,189,201). Sum of RGB (Red+Green+Blue) = 113+189+201=503 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.47% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 201 - color contains mainly: blue. Hex color #71BDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BDC9 is #8E4236. Grayscale: #A7A7A7. Windows color (decimal): -9323063 or 13221233. OLE color: 13221233.

HSL color Cylindrical-coordinate representation of color #71BDC9: hue angle of 188.18º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71BDC9 is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB113189201-
CMYK0.440.0600.21
HSL188.18º44.9%61.57%-
HSV(B)188.18º43.78%78.82%-
XYZ35.5544.1261.9-
YUV167.64146.8289.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.47%
GREEN value IS 189 (74.22% from 255) = 37.57%
BLUE value IS 201 (78.91% from 255) = 39.96%
R=22.47%
G=37.57%
B=39.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1131892010.440.0600.21188.1844.961.57
Hex71BDC92C6015bc2d3e
Octal1612753115460252745576
Binary1110001101111011100100110110011001010110111100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,189,201); }

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

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

 a { background-color: rgb(113,189,201); }

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

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

 span { border-color: rgb(113,189,201); }

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