#83B8DB

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

Shades of Seagull #83B8DB

Tints of Seagull #83B8DB

Color information

#83B8DB (or 0x83B8DB) is unknown color: approx Seagull. HEX triplet: 83, B8 and DB. RGB value is (131,184,219). Sum of RGB (Red+Green+Blue) = 131+184+219=534 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.53% from 534); Green value is 184 (72.27% from 255 or 34.46% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #83B8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83B8DB is #7C4724. Grayscale: #ABABAB. Windows color (decimal): -8144677 or 14399619. OLE color: 14399619.

HSL color Cylindrical-coordinate representation of color #83B8DB: hue angle of 203.86º 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 #83B8DB is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB131184219-
CMYK0.400.1600.14
HSL203.86º55%68.63%-
HSV(B)203.86º40.18%85.88%-
XYZ39.2944.2273.48-
YUV172.14154.4498.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.53%
GREEN value IS 184 (72.27% from 255) = 34.46%
BLUE value IS 219 (85.94% from 255) = 41.01%
R=24.53%
G=34.46%
B=41.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1311842190.400.1600.14203.865568.63
Hex83B8DB28100Ecc3745
Octal203270333502001631467105
Binary1000001110111000110110111010001000001110110011001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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