#71B2CD

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

Shades of Seagull #71B2CD

Tints of Seagull #71B2CD

Color information

#71B2CD (or 0x71B2CD) is unknown color: approx Seagull. HEX triplet: 71, B2 and CD. RGB value is (113,178,205). Sum of RGB (Red+Green+Blue) = 113+178+205=496 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.78% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #71B2CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71B2CD is #8E4D32. Grayscale: #A1A1A1. Windows color (decimal): -9325875 or 13480561. OLE color: 13480561.

HSL color Cylindrical-coordinate representation of color #71B2CD: hue angle of 197.61º 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 #71B2CD is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB113178205-
CMYK0.450.1300.20
HSL197.61º47.92%62.35%-
HSV(B)197.61º44.88%80.39%-
XYZ33.7539.7663.65-
YUV161.64152.4793.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.78%
GREEN value IS 178 (69.92% from 255) = 35.89%
BLUE value IS 205 (80.47% from 255) = 41.33%
R=22.78%
G=35.89%
B=41.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1131782050.450.1300.20197.6147.9262.35
Hex71B2CD2DD014c6303e
Octal16126231555150243066076
Binary11100011011001011001101101101110101010011000110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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