#71A7CD

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

Shades of Seagull #71A7CD

Tints of Seagull #71A7CD

Color information

#71A7CD (or 0x71A7CD) is unknown color: approx Seagull. HEX triplet: 71, A7 and CD. RGB value is (113,167,205). Sum of RGB (Red+Green+Blue) = 113+167+205=485 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.30% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #71A7CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A7CD is #8E5832. Grayscale: #9A9A9A. Windows color (decimal): -9328691 or 13477745. OLE color: 13477745.

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

Color convert

RGB113167205-
CMYK0.450.1900.20
HSL204.78º47.92%62.35%-
HSV(B)204.78º44.88%80.39%-
XYZ31.6535.5662.95-
YUV155.19156.1197.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.30%
GREEN value IS 167 (65.62% from 255) = 34.43%
BLUE value IS 205 (80.47% from 255) = 42.27%
R=23.30%
G=34.43%
B=42.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1131672050.450.1900.20204.7847.9262.35
Hex71A7CD2D13014cd303e
Octal16124731555230243156076
Binary111000110100111110011011011011001101010011001101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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