#83BADB

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

Shades of Seagull #83BADB

Tints of Seagull #83BADB

Color information

#83BADB (or 0x83BADB) is unknown color: approx Seagull. HEX triplet: 83, BA and DB. RGB value is (131,186,219). Sum of RGB (Red+Green+Blue) = 131+186+219=536 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.44% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #83BADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BADB is #7C4524. Grayscale: #ADADAD. Windows color (decimal): -8144165 or 14400131. OLE color: 14400131.

HSL color Cylindrical-coordinate representation of color #83BADB: hue angle of 202.5º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83BADB is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB131186219-
CMYK0.400.1500.14
HSL202.5º55%68.63%-
HSV(B)202.5º40.18%85.88%-
XYZ39.7145.0673.62-
YUV173.32153.7897.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.44%
GREEN value IS 186 (73.05% from 255) = 34.70%
BLUE value IS 219 (85.94% from 255) = 40.86%
R=24.44%
G=34.70%
B=40.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1311862190.400.1500.14202.55568.63
Hex83BADB28F0Eca3745
Octal203272333501701631267105
Binary100000111011101011011011101000111101110110010101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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