#71AFCB

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

Shades of Seagull #71AFCB

Tints of Seagull #71AFCB

Color information

#71AFCB (or 0x71AFCB) is unknown color: approx Seagull. HEX triplet: 71, AF and CB. RGB value is (113,175,203). Sum of RGB (Red+Green+Blue) = 113+175+203=491 (65% of max value = 765). Red value is 113 (44.53% from 255 or 23.01% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #71AFCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AFCB is #8E5034. Grayscale: #9F9F9F. Windows color (decimal): -9326645 or 13348721. OLE color: 13348721.

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

Color convert

RGB113175203-
CMYK0.440.1400.20
HSL198.67º46.39%61.96%-
HSV(B)198.67º44.33%79.61%-
XYZ32.9238.4862.19-
YUV159.65152.4694.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.01%
GREEN value IS 175 (68.75% from 255) = 35.64%
BLUE value IS 203 (79.69% from 255) = 41.34%
R=23.01%
G=35.64%
B=41.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1131752030.440.1400.20198.6746.3961.96
Hex71AFCB2CE014c72e3e
Octal16125731354160243075676
Binary11100011010111111001011101100111001010011000111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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