#83BAD6

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

Shades of Seagull #83BAD6

Tints of Seagull #83BAD6

Color information

#83BAD6 (or 0x83BAD6) is unknown color: approx Seagull. HEX triplet: 83, BA and D6. RGB value is (131,186,214). Sum of RGB (Red+Green+Blue) = 131+186+214=531 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.67% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 214 (83.98% from 255 or 40.30% from 531); Max value from RGB is 214 - color contains mainly: blue. Hex color #83BAD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BAD6 is #7C4529. Grayscale: #ACACAC. Windows color (decimal): -8144170 or 14072451. OLE color: 14072451.

HSL color Cylindrical-coordinate representation of color #83BAD6: hue angle of 200.24º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83BAD6 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB131186214-
CMYK0.390.1300.16
HSL200.24º50.3%67.65%-
HSV(B)200.24º38.79%83.92%-
XYZ39.0644.870.21-
YUV172.75151.2898.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.67%
GREEN value IS 186 (73.05% from 255) = 35.03%
BLUE value IS 214 (83.98% from 255) = 40.30%
R=24.67%
G=35.03%
B=40.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1311862140.390.1300.16200.2450.367.65
Hex83BAD627D010c83244
Octal203272326471502031062104
Binary1000001110111010110101101001111101010000110010001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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