#71BDCA

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

Shades of Seagull #71BDCA

Tints of Seagull #71BDCA

Color information

#71BDCA (or 0x71BDCA) is unknown color: approx Seagull. HEX triplet: 71, BD and CA. RGB value is (113,189,202). Sum of RGB (Red+Green+Blue) = 113+189+202=504 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.42% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #71BDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BDCA is #8E4235. Grayscale: #A7A7A7. Windows color (decimal): -9323062 or 13286769. OLE color: 13286769.

HSL color Cylindrical-coordinate representation of color #71BDCA: hue angle of 188.76º degrees, saturation: 0.46, 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 #71BDCA is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB113189202-
CMYK0.440.0600.21
HSL188.76º45.64%61.76%-
HSV(B)188.76º44.06%79.22%-
XYZ35.6744.1762.52-
YUV167.76147.3288.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.42%
GREEN value IS 189 (74.22% from 255) = 37.5%
BLUE value IS 202 (79.30% from 255) = 40.08%
R=22.42%
G=37.5%
B=40.08%

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
Decimal1131892020.440.0600.21188.7645.6461.76
Hex71BDCA2C6015bd2e3e
Octal1612753125460252755676
Binary1110001101111011100101010110011001010110111101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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