#83BADC

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

Shades of Seagull #83BADC

Tints of Seagull #83BADC

Color information

#83BADC (or 0x83BADC) is unknown color: approx Seagull. HEX triplet: 83, BA and DC. RGB value is (131,186,220). Sum of RGB (Red+Green+Blue) = 131+186+220=537 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.39% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #83BADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BADC is #7C4523. Grayscale: #ADADAD. Windows color (decimal): -8144164 or 14465667. OLE color: 14465667.

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

Color convert

RGB131186220-
CMYK0.400.1500.14
HSL202.92º55.97%68.82%-
HSV(B)202.92º40.45%86.27%-
XYZ39.8445.1174.32-
YUV173.43154.2897.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.39%
GREEN value IS 186 (73.05% from 255) = 34.64%
BLUE value IS 220 (86.33% from 255) = 40.97%
R=24.39%
G=34.64%
B=40.97%

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
Decimal1311862200.400.1500.14202.9255.9768.82
Hex83BADC28F0Ecb3845
Octal203272334501701631370105
Binary100000111011101011011100101000111101110110010111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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