#71BDCB

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

Shades of Seagull #71BDCB

Tints of Seagull #71BDCB

Color information

#71BDCB (or 0x71BDCB) is unknown color: approx Seagull. HEX triplet: 71, BD and CB. RGB value is (113,189,203). Sum of RGB (Red+Green+Blue) = 113+189+203=505 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.38% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #71BDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BDCB is #8E4234. Grayscale: #A7A7A7. Windows color (decimal): -9323061 or 13352305. OLE color: 13352305.

HSL color Cylindrical-coordinate representation of color #71BDCB: hue angle of 189.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71BDCB is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB113189203-
CMYK0.440.0700.20
HSL189.33º46.39%61.96%-
HSV(B)189.33º44.33%79.61%-
XYZ35.7944.2263.15-
YUV167.87147.8288.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.38%
GREEN value IS 189 (74.22% from 255) = 37.43%
BLUE value IS 203 (79.69% from 255) = 40.20%
R=22.38%
G=37.43%
B=40.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1131892030.440.0700.20189.3346.3961.96
Hex71BDCB2C7014bd2e3e
Octal1612753135470242755676
Binary1110001101111011100101110110011101010010111101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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