#83BACB

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

Shades of Seagull #83BACB

Tints of Seagull #83BACB

Color information

#83BACB (or 0x83BACB) is unknown color: approx Seagull. HEX triplet: 83, BA and CB. RGB value is (131,186,203). Sum of RGB (Red+Green+Blue) = 131+186+203=520 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.19% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #83BACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BACB is #7C4534. Grayscale: #ABABAB. Windows color (decimal): -8144181 or 13351555. OLE color: 13351555.

HSL color Cylindrical-coordinate representation of color #83BACB: hue angle of 194.17º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83BACB is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB131186203-
CMYK0.350.0800.20
HSL194.17º40.91%65.49%-
HSV(B)194.17º35.47%79.61%-
XYZ37.744.2563.06-
YUV171.49145.7899.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.19%
GREEN value IS 186 (73.05% from 255) = 35.77%
BLUE value IS 203 (79.69% from 255) = 39.04%
R=25.19%
G=35.77%
B=39.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1311862030.350.0800.20194.1740.9165.49
Hex83BACB238014c22941
Octal203272313431002430251101
Binary1000001110111010110010111000111000010100110000101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83BACB; }

 p { color: rgb(131,186,203); }

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

<style>
 a { background-color: #83BACB; }

 a { background-color: rgb(131,186,203); }

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

<style>
 span { border-color: #83BACB; }

 span { border-color: rgb(131,186,203); }

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