#71B1CD

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

Shades of Seagull #71B1CD

Tints of Seagull #71B1CD

Color information

#71B1CD (or 0x71B1CD) is unknown color: approx Seagull. HEX triplet: 71, B1 and CD. RGB value is (113,177,205). Sum of RGB (Red+Green+Blue) = 113+177+205=495 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.83% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #71B1CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71B1CD is #8E4E32. Grayscale: #A0A0A0. Windows color (decimal): -9326131 or 13480305. OLE color: 13480305.

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

Color convert

RGB113177205-
CMYK0.450.1400.20
HSL198.26º47.92%62.35%-
HSV(B)198.26º44.88%80.39%-
XYZ33.5539.3663.59-
YUV161.06152.893.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.83%
GREEN value IS 177 (69.53% from 255) = 35.76%
BLUE value IS 205 (80.47% from 255) = 41.41%
R=22.83%
G=35.76%
B=41.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1131772050.450.1400.20198.2647.9262.35
Hex71B1CD2DE014c6303e
Octal16126131555160243066076
Binary11100011011000111001101101101111001010011000110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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