#71abcb

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

Shades of Seagull #71ABCB

Tints of Seagull #71ABCB

Color information

#71ABCB (or 0x71ABCB) is unknown color: approx Seagull. HEX triplet: 71, AB and CB. RGB value is (113,171,203). Sum of RGB (Red+Green+Blue) = 113+171+203=487 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.20% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #71ABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ABCB is #8E5434. Grayscale: #9D9D9D. Windows color (decimal): -9327669 or 13347697. OLE color: 13347697.

HSL color Cylindrical-coordinate representation of color #71ABCB: hue angle of 201.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 #71ABCB is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB113171203-
CMYK0.440.1600.20
HSL201.33º46.39%61.96%-
HSV(B)201.33º44.33%79.61%-
XYZ32.1536.9561.94-
YUV157.31153.7896.4-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.20%
GREEN value IS 171 (67.19% from 255) = 35.11%
BLUE value IS 203 (79.69% from 255) = 41.68%
R=23.20%
G=35.11%
B=41.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1131712030.440.1600.20201.3346.3961.96
Hex71ABCB2C10014c92e3e
Octal16125331354200243115676
Binary111000110101011110010111011001000001010011001001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71abcb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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