#83B9DC

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

Shades of Seagull #83B9DC

Tints of Seagull #83B9DC

Color information

#83B9DC (or 0x83B9DC) is unknown color: approx Seagull. HEX triplet: 83, B9 and DC. RGB value is (131,185,220). Sum of RGB (Red+Green+Blue) = 131+185+220=536 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.44% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #83B9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83B9DC is #7C4623. Grayscale: #ACACAC. Windows color (decimal): -8144420 or 14465411. OLE color: 14465411.

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

Color convert

RGB131185220-
CMYK0.400.1600.14
HSL203.6º55.97%68.82%-
HSV(B)203.6º40.45%86.27%-
XYZ39.6344.6974.25-
YUV172.84154.6198.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.44%
GREEN value IS 185 (72.66% from 255) = 34.51%
BLUE value IS 220 (86.33% from 255) = 41.04%
R=24.44%
G=34.51%
B=41.04%

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
Decimal1311852200.400.1600.14203.655.9768.82
Hex83B9DC28100Ecc3845
Octal203271334502001631470105
Binary1000001110111001110111001010001000001110110011001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,185,220); }

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

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

 a { background-color: rgb(131,185,220); }

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

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

 span { border-color: rgb(131,185,220); }

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