#71ABCA

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

Shades of Seagull #71ABCA

Tints of Seagull #71ABCA

Color information

#71ABCA (or 0x71ABCA) is unknown color: approx Seagull. HEX triplet: 71, AB and CA. RGB value is (113,171,202). Sum of RGB (Red+Green+Blue) = 113+171+202=486 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.25% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #71ABCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ABCA is #8E5435. Grayscale: #9D9D9D. Windows color (decimal): -9327670 or 13282161. OLE color: 13282161.

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

Color convert

RGB113171202-
CMYK0.440.1500.21
HSL200.9º45.64%61.76%-
HSV(B)200.9º44.06%79.22%-
XYZ32.0336.961.31-
YUV157.19153.2896.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.25%
GREEN value IS 171 (67.19% from 255) = 35.19%
BLUE value IS 202 (79.30% from 255) = 41.56%
R=23.25%
G=35.19%
B=41.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1131712020.440.1500.21200.945.6461.76
Hex71ABCA2CF015c92e3e
Octal16125331254170253115676
Binary11100011010101111001010101100111101010111001001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71ABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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